Salam.
i have an aspx page that accept image name from user and then send that name to another page .. in the second page i have write code to upload that file to server .. i use the FileUpload control to upload that file but without choosing file with FileUpload
control .. only i use it as the following:
FileUploadControl.SaveAs(Server.MapPath("~/Foldar/" + imageName));
it works without any error but no file uploaded. !!!
is that meaning i must choose file with FileUpload control first?
Go to the complete details ...