-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureNew featureNew feature
Description
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 uploading method should be closer to the browser's native uploading experience.
- DecApp can set the target path for file upload (For security reasons, the path must belong to the DecApp that initiated the upload).
- DecApp can pass in a session_id when uploading, and then query the progress of the task by session_id.
- After the upload task is created successfully, the page of DecApp can be closed and the task will continue in the background.
- DecApp can set the event notification path of successful upload (The path must belong to the DecApp that initiated the upload).
Metadata
Metadata
Assignees
Labels
featureNew featureNew feature
Type
Projects
Status
💬To Discuss