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

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

It would be nice if duplicate uploads could be prevented somehow. I sometimes have a thousand files, and I am not sure which ones are already on the server. Uploading...

feature request

A long time has gone from the early days of dash-uploader (there might something in the `package.json` even from the early 2018 from [dash-resumable-upload](https://github.com/rmarren1/dash-resumable-upload)). The JS word changes fast, and...

help wanted
good first issue
frontend

I am trying to find a way on how to handle that uploaded file, convert it to pandas db using read_csv, and then upload it to my mongo database. I...

The [flow.js](https://github.com/flowjs/flow.js/) allows for `simultaneousUploads` > 1. Test if this could work with dash-uploader.

Right now, the uploader only accepts a default_style which is used as style for the parent uploader div. It would be really useful if we can pass additional dicts that...

The `Upload_ReactComponent.react.js` would really need some refactoring. This would make further development a lot easier and the package more maintainable.

help wanted
enhancement
good first issue

Little bug I found: 'upload_id' appears to be "frozen" to the first upload component that is created. So if it is created with upload_id=None (it will default to the internal...

Hi! Would it be useful for this package to utilize some capabilities of GitHub Actions such as run tests on each pull request or merge and upload new package version...