xhtml-mp

Uploading files using HTML file input on iphone

混江龙づ霸主 提交于 2019-12-05 10:56:21
问题 I am creating a web form for uploading small movie clips to a HTTP server. However, while my HTML file input control gets shown on an ipod touch, the button is completely disabled and I cannot click it to upload files. What do I have to do to use the input control to upload files (e.g. movie clips or pictures) to my HTTP server. My page is XHTML MP 1.2 compliant. 回答1: IOS6 now allows it: http://agileleague.com/blog/hidden-gem-of-ios6-file-uploads-in-mobile-safari/ I tested and it works.

Uploading files using HTML file input on iphone

☆樱花仙子☆ 提交于 2019-12-03 22:59:55
I am creating a web form for uploading small movie clips to a HTTP server. However, while my HTML file input control gets shown on an ipod touch, the button is completely disabled and I cannot click it to upload files. What do I have to do to use the input control to upload files (e.g. movie clips or pictures) to my HTTP server. My page is XHTML MP 1.2 compliant. Gustav Meirinho IOS6 now allows it: http://agileleague.com/blog/hidden-gem-of-ios6-file-uploads-in-mobile-safari/ I tested and it works. Cheers! 来源: https://stackoverflow.com/questions/1577003/uploading-files-using-html-file-input-on