Hi Kurt, This limitation is not due to iUI (or any other library) but to the OS. file input is only supported by iOS since iOS6 Android since 2.3 or 4 Blackberry since OS6 Still not supported by WindowsPhone8
But for the rest, you can use regular Ajax-based file upload scripts like there is dozen on the web if you type "HTML5 file upload ajax" in Google ;) Remi Le 27 août 2013 à 17:20, KR <[email protected]> a écrit : > Hi All - > > I'm trying to implement HTML5 file uploads now and getting the standard > problem of file uploads not supported with AJAX. > > Any tips on how to implement in IUI? In my desktop app I use the hidden > frame approach where the form specifies the frame as target for the response. > > Will something like this work with IUI? > > THANKS! > > Kurt > > -- > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/iphonewebdev. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/iphonewebdev. For more options, visit https://groups.google.com/groups/opt_out.
