Posted on: 9/10/2014 6:21:22 PM | Views : 399

I am using a FileUpload control on a page in my website that enables the user to specify a picture file in their computer that is desired to be uploaded to the server.  This works fine when the website is executed within my computer, but not over the Internet.  When I use Visual studio to execute the website, I am able to select a picture file from anywhere in my computer and have it transferred to a subdirectory of where the website exists and then have it displayed on the web page.
 
I created a subdirectory named “Images” from where the website exists in the hosted server.  I then used the Firefox browser to access this same web page over the Internet and used the FileUpload control to select a picture file from my computer.  But, when I clicked on the Submit button, which normally causes the file to be transferred, nothing happens.  The file does not exist in the subdirectory and the picture is not displayed.  Why?  T ...

Go to the complete details ...