jQuery-File-Upload
jQuery-File-Upload copied to clipboard
Selecting Files Doesn't Work on Windows Phone 8 (Lumia 920)
Thanks for creating such a great plug-in. Any plan to make it working on Windows Phone 8?
I would definitely like to make it work on Windows Phone, however I don't have a Windows Phone to test it, nor do I have a license for Windows 8 (64 bit) required to get the Windows Phone simulator to work.
So if anyone with the required hardware of software environment wants to step up and investigate this issue, it would be very welcome.
I've revisited this issue and unfortunately, Windows Phone simply doesn't support web file uploads. Worst, it is not possible to do feature detection here as Windows Phone renders file inputs but doesn't set them to disabled (as e.g. older iOS phones do).
See also: http://viljamis.com/blog/2012/file-upload-support-on-mobile/
Note: Windows Phone 8.1 and IE11 seems to have working file upload, just tested with Nokia Lumia 820
Thanks for the info @back-2-95 !