Hello I am trying to do something for my job but everything I am doing is not helping. Even asked ChatGPT and it cannot help. I am trying with C# webforms to use a FileUploadControl to upload multiple images, up to 4 at a time, and save each image to a directory using Server.MapPath. If I upload one image it works fine. If I do a Control A to select all 4 images, it uploads fine. But if I select each image one by one, it only uploads one image. Any suggestions on how to get around this? Thanks all.
Hello I am trying to do something for my job but everything I am doing is not helping. I am trying with C# webforms to use a FileUploadControl to upload multiple images, up to 4 at a time, and save each image to a directory using Server.MapPath. If I upload one image it works fine. If I do a Control A to select all 4 images, it uploads fine. But if I select each image one by one, it only uploads one image. Any suggestions on how to get around this? Thanks all.
James Hall is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.