Skip to content

Easy-to-use file uploading tool #46

@glen0125

Description

@glen0125

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

Type

No type

Projects

Status

💬To Discuss

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions