I have an web application in which i want to upload images.
its working fine on windows,but file upload control is not accessible on iPad.
Can you please tell me whats a problem and how i can solve this problem..
<input id="file3" type="file" runat="server" name="file3" class="textfield" style="WIDTH: 221px; HEIGHT: 20px;" size="17"/>
To access IOS file system follow these steps :
1.)First create a IOS application.
2.)Then access that perticular application and upload file.
to follow this procedure refer this LINK
Hope it help you.