[GH-ISSUE #2991] [FR] File upload and download #1311

Closed
opened 2026-03-23 20:47:44 +00:00 by mirror · 1 comment
Owner

Originally created by @appflowy on GitHub (Jul 13, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2991

Description

AppFlowy supports file upload and download. You can insert images into the editor and attach files to the database (work in progress). Currently, the files are saved on the local disk. We are planning to support file uploading to remote storage. The remote storage could be Supabase, Firebase, or others. The process can be decoupled into these steps:

  1. Incorporating file upload and download UI into the Editor and Database.
  2. Developing an upload and download storage service. It should support resumable uploads as well as standard uploads, have file size limitations, and personal file storage limitations.

Impact

File upload and download

Additional Context

No response

Originally created by @appflowy on GitHub (Jul 13, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2991 ### Description AppFlowy supports file upload and download. You can insert images into the editor and attach files to the database (work in progress). Currently, the files are saved on the local disk. We are planning to support file uploading to remote storage. The remote storage could be Supabase, Firebase, or others. The process can be decoupled into these steps: 1. Incorporating file upload and download UI into the Editor and Database. 2. Developing an upload and download storage service. It should support resumable uploads as well as standard uploads, have file size limitations, and personal file storage limitations. ### Impact File upload and download ### Additional Context _No response_
mirror 2026-03-23 20:47:44 +00:00
Author
Owner

@manuareraa commented on GitHub (Nov 18, 2023):

Any updates on this feature to upload files to local storage other than just images?

<!-- gh-comment-id:1817410786 --> @manuareraa commented on GitHub (Nov 18, 2023): Any updates on this feature to upload files to local storage other than just images?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#1311
No description provided.