-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy-to-use file uploading tool #46
Comments
Can event notifications be skipped and just upload files to OOD? |
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. |
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)? |
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 |
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 |
An HTTP interface will be provided to query the specific file name of the upload using the session_id. |
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:
The text was updated successfully, but these errors were encountered: