Niko Föhr
Niko Föhr
If that does not work, see if you have `.css` files in an `assets` folder that gets loaded, which could potentially change how the component looks like. Also, you could...
As a fix, you could try to add to your custom css this: ``` #dash-uploader span.progress-value { position: absolute !important; right: 0px !important; left: 0px !important; } ``` Replace `#dash-uploader`...
If the css is correct, then I would assume that there is something around the component that interferes with it. Try if you could find a minimal example that reproduces...
Oh yeah, there has been a lot of changes in the 0.7.0 development branch which will unfortunately also have backwards-incompatible changes. I will have to document the things well when...
I uploaded a pre-release version (0.7.0a1) to PyPi. You can install it with: ``` python -m pip install dash-uploader --pre ```
I think there could be a logic that is user-controllable: Either reupload files with same name or do not reupload. Maybe in the future it could also check the file...
Hi @MaksadAnnamuradov , You do not have to manually define `@app.server.route`. This is done automatically by dash-uploader in the `du.configure_upload` step. The part "convert it to pandas db using read_csv,...
I'm very happy to hear! You can read the instructions for setting the development environment in the [CONTRIBUTING.md](https://github.com/np-8/dash-uploader/blob/master/docs/CONTRIBUTING.md). Please just let me know if you need any other guidance.
I have not done anything for this but I don't know if @soerendip has. Great to hear @Vipulsh if you want to help!
Great! Thank you @Vipulsh, I will have a look and do some testing once I have some time :)