buckyos / cyfs-browser

BSD 2-Clause "Simplified" License
5 stars 1 forks source link

Easy-to-use file uploading tool #46

Open glen0125 opened 1 year ago

glen0125 commented 1 year ago

The current uploading tool is a system-level file uploading tool. DecApp is unable to distinguish whether the upload request is initiated by itself, nor can it request the files to be uploaded to a specific directory. Therefore, the following improvements are suggested for the tool:

wugren commented 1 year ago

Can event notifications be skipped and just upload files to OOD? Additionally, can parameters of an event be set when setting up a notification event?

glen0125 commented 1 year ago

Can event notifications be skipped and just upload files to OOD? Additionally, can parameters of an event be set when setting up a notification event?

This parameter is optional. If you are not interested in receiving an event notification upon the completion of the upload, you may omit this parameter.

jinquantianxia commented 1 year ago

The browser does not know what kind of file is selected in the upload tool. Can you provide an interface to query the detailed information of the uploaded file (similar to the File object on the front end)?

jinquantianxia commented 1 year ago

If there is a large file being uploaded and the upload tool is accidentally closed, can it support automatic detection and resuming the upload?

glen0125 commented 1 year ago

If there is a large file being uploaded and the upload tool is accidentally closed, can it support automatic detection and resuming the upload?

Sure

jinquantianxia commented 1 year ago

After pulling up the upload tool, is it possible to support concurrent transfer of multiple selected files? Just like the front-end multi-select file and upload function

glen0125 commented 1 year ago

The browser does not know what kind of file is selected in the upload tool. Can you provide an interface to query the detailed information of the uploaded file (similar to the File object on the front end)?

An HTTP interface will be provided to query the specific file name of the upload using the session_id.