# Known issues and limitations

* When uploading more than 1000 files at once, it may take some time for the user's web browser to generate a list of files to be uploaded. The web browser may appear to be frozen/stuck during this file listing. This is more a limitation of web browsers than our file browser.
* When using the drag and drop feature to upload files from the local machine, the upload will start automatically (although not instantly), but the "Upload" button is still displayed in an active state. If the user drags and drops files, and then immediately clicks the upload button, the files will be uploaded twice, resulting in upload errors for some or all files. This issue will be addressed in a future release. For now, as a workaround, do not click the upload button if dragging and dropping files. Note that if the files are being uploaded using the file picker (instead of dragging and dropping), this issue does not apply.
* Empty folders cannot be uploaded. This is a web browser limitation since the web browser can only expose a list of files and their paths, not the full filesystem structure. Folders are inferred from their paths, but if a folder is empty, it will not be present in the list and therefore will not be uploaded/created in the platform. A workaround may be to create an empty file inside the local folder that needs to be created.


---

# Agent Instructions: 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:

```
GET https://docs.libnova.com/libsafe-flexible-intake/file-browser/known-issues-and-limitations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
