> 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-tw/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) 將包含現有專案或範本的壓縮檔直接上傳到您的 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-tw/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.
