Update Storage docs for multi-file uploads and upload progress#2880
Update Storage docs for multi-file uploads and upload progress#2880atharvadeosthale wants to merge 1 commit intomainfrom
Conversation
…sole Document the new Console capabilities for selecting and uploading multiple files at once (with drag-and-drop support), parallel upload processing, real-time upload progress indicators, and file extension pre-validation. Add a changelog entry for the feature. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Sites support three domain rule types: Active deployment, Git branch, and Redirect |
Greptile SummaryThis PR updates the Storage upload-download documentation and adds a changelog entry to cover three new Console capabilities: multi-file selection (file picker and drag-and-drop), parallel upload processing (up to 5 concurrent), real-time per-file progress indicators, error notifications on failure, and client-side extension pre-validation. The prose is clear, internally consistent, and accurately scopes the pre-validation to file extensions only (leaving size validation to the server), which aligns with the stated PR scope. Confidence Score: 5/5Safe to merge — purely documentation and changelog changes with no code modifications. Both files are documentation-only; the content is accurate, consistent between the changelog and the docs page, and no logic or runtime behavior is affected. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Update Storage docs for multi-file uploa..." | Re-trigger Greptile |
adityaoberai
left a comment
There was a problem hiding this comment.
Approving to unblock, please check the comments
| After you create a bucket or have navigated to bucket details, you can access the **Files** tab so you can upload, view, delete and update files in the bucket using the Appwrite project's dashboard. You can also perform all those operations from Appwrite's client SDK, server SDKs, and REST APIs as long as you have the proper permission. | ||
|
|
||
| When you are in the **Files** tab, you can click **Add File** and select a file to upload. If the bucket is configured to accept the file type and size you are uploading, your file will be uploaded, and you will see the file in the list of files. | ||
| When you are in the **Files** tab, you can click **Add File** and select one or more files to upload. You can also drag and drop files directly onto the bucket page. The Console supports uploading multiple files at once, processing up to 5 files in parallel for faster bulk uploads. |
There was a problem hiding this comment.
@atharvadeosthale just confirming, is there a 5 file limit?
| During upload, a progress indicator displays the real-time upload percentage for each file. If a file fails to upload, the Console will show an error notification with details. Files that don't match the bucket's allowed file extensions are automatically rejected before the upload begins. | ||
|
|
||
| If the bucket is configured to accept the file types and sizes you are uploading, your files will be uploaded, and you will see them in the list of files. |
There was a problem hiding this comment.
@atharvadeosthale I don't think this is necessary


Summary
Test plan
/docs/products/storage/upload-download/changelog🤖 Generated with Claude Code