Can anyone please tell me whether Mobile Browser HTC_One Android 4.4.3 Mobile Safari/534.30 supports image upload to website.
When I try from my website I am able to click upload > documents > select image but I get Image:2568 number varies, I thought it was my code but even using examples from http://fineuploader.com/demos.html I get the same error.
I also have Chrome and Firefox installed on my mobile, and these work OK for file upload
<form method="POST" action="/Manage/UpdateProfile" enctype="multipart/form-data" id="frmMembersPost">
<input accept="image/*" id="FileUpload" name="FileUpload" type="file" value="" />
</form>
If so, does anyone know of a work round or a way to inform user that browser does not support file upload.
0 comments:
Post a Comment