Hi to all Friends,
I uploaded my images in ftp folder... It had some errors about "Could not find file" and I had a post in this site as below and "AidyF" answered me that before uploading the file I must SaveAs it in the hard drive, then It can be uploaded images in ftp folder.
My previous post link address: http://forums.asp.net/t/2006115.aspx?Problem+in+uploading+to+ftp+server
I did it and it worked properly in localhost... but now I uploaded the program on the web and it did not work!!! It has this error again:
Could not find a part of the path 'C:\Upload\imagename.jpg'
Would you have any idea about this?
- - - - - - - - - - - - - - - - - - - - - - - - -
<form id="form1" runat="server">
<asp:FileUpload ID="imgFileUpload" ...
Go to the complete details ...