Hi... All,
I have one req that , I created one web page for file upload .When I browse and click upload button the file should be saved to server folder and in mean time the file should be automatically renamed to our req names...
how can I do this ... Please Help me....
Thanks ..
Krishna
Loading
Dipal ChoksiPosted Nov 1, 2011, 11:45 AM
FileUpload1.SaveAs("YourNewFileName.ext");
HTH