2

I have FileUpload control on my website but on iphone , control is disabled. I am quite new to iPhone...Can anyone explain how can I add the functionality of ImageUpload on my website, so that user can upload image from iphone gallery.

Thanks very much for the help!

aDev
  • 207
  • 1
  • 2
  • 12

1 Answers1

2

This is not possible at all, iOS SDK does not allow uploading of file, dont know about iPad but in iPhone it is disabled. There is only one way to upload file, that is to make an iPhone App and user must install this app on the mobile and you should write code to upload file. There is no simpler way.

Akash Kava
  • 39,066
  • 20
  • 121
  • 167
  • ok, Thanks for reply! but then what about the solution which is posted above. – aDev Jun 30 '11 at 09:39
  • That solution is only useful within iPhone OS Application, you can not do anything on your server side programming. You have to make an application and your user must download and install that application before they can upload anything. – Akash Kava Jun 30 '11 at 10:37