dash-uploader icon indicating copy to clipboard operation
dash-uploader copied to clipboard

The alternative upload component for python Dash applications.

Results 49 dash-uploader issues
Sort by recently updated
recently updated
newest added

Although `dash-uploader` is based on `resumablejs`, it seems that the uploader could not resume from the interrupted uploading file (even we set the same `upload_id`). To reproduce the experiment, we...

## Introduction This PR preserves all existed APIs. In other words, the modifications are compatible with previous APIs. This PR is designed for providing the following new API: ```python du.configure_upload(app,...

In the future, it might be useful to have a possibility to add multiple du.Upload components on the same app. This has some implications - First, there should be one...

feature request

I am serving my not on `/` but on something like `sub1.example.org/mypath`. Dash has an option for that are `requests_pathname_prefix` and `routes_pathname_prefix`. I found that uploader does not take these...

Is it possible to change the folder dynamically? In my application user can change the working directory, so the Upload folder should be changed simultaneously. But when I'm trying to...

feature request

Hey! Me again! :-) I am trying to publish my dashboard to heroku, unfortunately I couldn't upload the object onto web (https://dash-pyscnet.herokuapp.com/)... It was perfectly working locally. So i am...

I think quite some people are not happy with the standard `dcc.Upload` component as it simply does not work with large files and causes the entire app to crash. You...

discussion

pre-release version of dash-uploader 0.7.0, trying to upload a small jpeg image: File "dash_uploader/callbacks.py", line 39, in wrapper status = UploadStatus( File "dash_uploader/uploadstatus.py", line 67, in __init__ self.progress = uploaded_size_mb...

- Added `state` parameter to `du.callback` support more state supplies such as token or current session - Added usage example for it Ref: https://github.com/fohrloop/dash-uploader/issues/104