Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

ASP.Net File Upload Does Not Work on Mobile Devices/Responsive Mode in Firefox

  • No replies
  • 0 have this problem
  • 9 views
more options

Hello Team,

On our profile page, we allow users to change their profile picture and to upload that picture we are using ASP.Net FileUpload control.

This functionality works fine when use website from computers, however when we try to do same from any mobile device (Android/IOS), it does not work. Basically, on server side when we are trying to get file and upload in DB, we are getting FileUploadControl.HasFile = False.

Hello Team, On our profile page, we allow users to change their profile picture and to upload that picture we are using ASP.Net FileUpload control. This functionality works fine when use website from computers, however when we try to do same from any mobile device (Android/IOS), it does not work. Basically, on server side when we are trying to get file and upload in DB, we are getting FileUploadControl.HasFile = False.
Attached screenshots