> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/013-can-i-upload-multiple-files-at-once.md).

# 我可以一次上传多个文件吗？

是的，您可以一次将多个文件上传到 Overleaf。使用上传器时，您可以：

* 选择要上传的文件夹，文件添加到项目时将保留目录结构；或者
* 在选择要上传的文件时选择多个文件——与平时一样，在选择时按住 Shift 或 Ctrl 键。

随后，上传对话框将显示所有上传的进度，并在最后一个上传完成后关闭。

**注意**：每次上传的单个文件上限为 180 个，且每次上传的数据上限为 50 MB。

您还可以 [上传一个 zip 文件](https://www.overleaf.com/help/59) 将包含现有项目或模板的 zip 文件直接上传到您的 Projects 仪表板。这将保留内部文件夹结构。请注意，任何账户类型的单个项目文件数上限为 2000 个。

如果您对多文件支持有任何疑问，请通过我们的 [联系页面](https://www.overleaf.com/contact).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/013-can-i-upload-multiple-files-at-once.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
