Warn user if a file upload fails
Currently you have to scroll through the entire file list to know if a file upload file failed. I think we should display a warning if a file fails and have a icon on the top of the page that turns green/red with a button to retry all failed files. I will probably work on this right after my current PR
Do you think issue https://github.com/e-alfred/flowupload/issues/9 is closely related to this? If a file already exists, at least a warning should be shown as well.
Do you think issue #9 is closely related to this? If a file already exists, at least a warning should be shown as well.
I will implement a popup to ask if the user wants to overwrite the file. I think that's better than just a warning
That would be pretty much the way all the mobile apps now handle conflicts.