> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-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 文件直接上传到你的项目仪表板。这将保留内部文件夹结构。请注意，任何账户类型的每个项目都有 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://ayakaleaf-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.
