HI Shreya see prob is |
| Sujit Patil replied to shreya verma at 09-May-08 05:23 |
you are using file control which will keep a blank space to file name in file control after every page refresh.
But i think the prob with file upload is that u r missing this statement;
FileUpload1.PostedFile.SaveAs(strDestination);
Just chk out it.
I think this is y ur file is not uploading on destination;
Sujit. |
|