-
Notifications
You must be signed in to change notification settings - Fork 303
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
Can't upload files with names containing non-english characters #317
Comments
Thank you for reporting the issue @OskarPersson. Together with @NSkelsey and @fpietrosanti we will perform few verifications and get back to you. Feel free to provide a pull request if you come to a solution for the issue. That would be the more fast wayto get the issue solve! :) |
I have also done some testing and I get the same problem as OskarPersson identified. Error message "NS_ERROR_FILE_NOT_FOUND" does not say much, is there anyone who managed to get out a few more details about this problem? It feels like quite a lot of users should be concerned by this problem? |
I've investigated some more and created this Stackoverflow question and this JSFiddle |
It also happens on Vivaldi 1.15 on Debian 9. |
Looks like a Firefox browser issue and not flow.js. |
When uploading a folder containing files with names containing non-english characters (such as 'å', 'ä' and 'ö') no files is shown as selected and I get the following error message:
NS_ERROR_FILE_NOT_FOUND
.This only seems to happen when using Firefox (50.1.0) in Windows (7 and 10). I've tried it both on the demo site (using drag-and-drop) and locally (with this pull request merged) using the "Upload Folder"-button.
The following all works:
The text was updated successfully, but these errors were encountered: