iPhone File Upload with HTML

后端 未结 3 1495
面向向阳花
面向向阳花 2020-12-14 10:08

Is there any way to use in Safari on iPhone/iPod Touch? Or is there something similar that I can use inside the bro

相关标签:
3条回答
  • 2020-12-14 10:15

    I had the same problem today. The alternative browser iCab Mobile does support file uploads. I got it for my iPad and (at least for me) file upload works fine.

    0 讨论(0)
  • 2020-12-14 10:27

    This is possible with iOs 6 or greater (http://www.apple.com/ios/whats-new/#safari). The browser renders

    <input type="file">
    

    and clicking on "Choose File" prompts the user to take a new photo or choose existing from the photo library.

    0 讨论(0)
  • 2020-12-14 10:39

    Can't be done with plain XHTML/javascript as Safari does not support uploads. See this previous question for a potential workaround solution to upload photos.

    0 讨论(0)
提交回复
热议问题