up vote 7 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

71% accept rate
feedback

2 Answers

up vote 8 down vote accepted

Apple doesn't allow it. It may however be possible to write an iPhone app that does this. See this question or google it.

link|improve this answer
feedback

Seriously? I hate Apple.

link|improve this answer
amen........... – user48202 Sep 17 '10 at 18:43
3  
One year after the original question. Apple has added a lot of features to iPhone, but apparently supporting something as advanced as a form field that's as old as the web isn't on their list of priorities. This is the reason I switched to Android, which now supports this field as of 2.2. – jessehattabaugh Oct 25 '10 at 21:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.