I am using fileupload control to have image on the form and that that image has to be saved on some folder in hard disk say "E:\\asp_net".
Is there any possible way to save image on disk from fileupload and if there is any other image with same name, it should be overwritten?
Why do you need to save the file in your
machine's E drive?Your ultimate option should be in your Application Folder. It should be like…