jQuery-File-Upload
jQuery-File-Upload copied to clipboard
Files with non-ASCII filenames upload as empty files on Android 4.0
see https://github.com/blueimp/jQuery-File-Upload/issues/2645#issuecomment-25882557
Oh. I experimented with it. The reason is not file size. Reason is file name. If file name have cyrillic characters like "Я на солнышке лежу.pdf", then issue is present.
Are you sure this issue is related to Android? Can you upload a file of the same name in a desktop browsers? There are known issues with UTF-8 characters on some PHP setups (namely on Windows servers), which might be the reason for your problems.
In desktop browser it works fine. I see this issue on Android default browser and Dolphin.
Can you upload files with these names in Android in a standard HTML file upload form?
In standart HTML form I have same problem. But in desktop browser it works fine.
OK, I've updated the issue title and marked it as browser bug.
You should report this to the Android bug tracker, as it's reproducible in a standard HTML form and thus not an issue in the jQuery File Upload library itself.
Please report back if there are any updates to this issue in Android.