jQuery-File-Upload icon indicating copy to clipboard operation
jQuery-File-Upload copied to clipboard

Files with non-ASCII filenames upload as empty files on Android 4.0

Open itelmenko opened this issue 12 years ago • 6 comments
trafficstars

see https://github.com/blueimp/jQuery-File-Upload/issues/2645#issuecomment-25882557

itelmenko avatar Oct 08 '13 07:10 itelmenko

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.

itelmenko avatar Oct 08 '13 11:10 itelmenko

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.

blueimp avatar Oct 08 '13 19:10 blueimp

In desktop browser it works fine. I see this issue on Android default browser and Dolphin.

itelmenko avatar Oct 08 '13 19:10 itelmenko

Can you upload files with these names in Android in a standard HTML file upload form?

blueimp avatar Oct 08 '13 19:10 blueimp

In standart HTML form I have same problem. But in desktop browser it works fine.

itelmenko avatar Oct 11 '13 06:10 itelmenko

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.

blueimp avatar Oct 11 '13 18:10 blueimp