Skip to content

upload file with status feedback #190

@johansmitsnl

Description

@johansmitsnl

Uploading files on a client side application is often used. It would be nice to have a helper that provides details on the upload to show progress and state.

The function should accept:

  • url
  • method (POST/PUT/...).

The signals it could return are:

  • State (waiting, uploading(x bytes, total bytes), done)
  • Trigger/Start the upload, you may want to queue the upload
  • Cancel/abort the upload
  • Optional callback with the state where you want to manage some other state when the state changes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions