Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It not possible to re-upload a file with the same name and location #43

Open
ayanamartins opened this issue Sep 25, 2015 · 3 comments
Open
Labels

Comments

@ayanamartins
Copy link
Contributor

If the user changes the content of the input file, it is not possible to re-upload it if the name or location of the file is not changed.

@andrechalom
Copy link
Member

The bug is caused by the shiny fileInput control, so I don't think we can solve it without writing a replacement UI element for it. There is an easy workaround for it, however: the user can select any other file, then change back to the original file to upload it again.

This Stack Overflow post details some of the underlying problem:
http://stackoverflow.com/questions/17352086/how-can-i-update-a-shiny-fileinput-object

@piklprado
Copy link
Member

piklprado commented May 4, 2016

I mentioned this bug in #48 but it is not a priority for the 2016 Field Course.

@andrechalom
Copy link
Member

Tested on Firefox 46 on Windows 8 and I'm able to re-upload a file with the same name.

This is now a bug that only happens on Chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants