The html tag for file uploading is not working in iphone:
<input type="file" id="Fileid1" runat="server"/>
It is showing inactive in iphone in aspx page. So how the file uploading can run in iphone using html...
The html tag for file uploading is not working in iphone:
<input type="file" id="Fileid1" runat="server"/>
It is showing inactive in iphone in aspx page. So how the file uploading can run in iphone using html...
I have checked and it's working using below code:
input type="file" accept="image/*;capture=camera">
File upload is not supported using a web interface in ios.