I have some problem with Image Upload with ASP.NET page. when I hosted that page images are not transfered to Images folder in Host. How can i write code for upload images to write(place) in host images folder. Please help me.
Actually i used path like in my local "C:\inetpub\wwwroot\projectFolderName\images" and given write permissions for image folder. At that time it worked fine.
When i uploaded that file in host that file is giving this error.
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\inetpub\wwwroot\projectfoldername\images\getin.jpg".
how can i give path at host to write and read images in images folder.
Goverdhan Reddy