Sign in | Join
Last post 10-07-2008 1:31 AM by ajaykhedekar. 5 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi all,
I want to change file name when fileupload is uploading.For example the file name is "bahadir.jpg" then I want to change "bahadir_00231.jpg"
how to do this?
Good works.
I think you can use this in you button click event where the StrFileName you can create by code
UploadControl.PostedFile.SaveAs(Server.MapPath(StrFileName))
hope this help
eagal,
very thanks thats great!
you're welcome, BahadirEkici.
Hi,
kindly checkout following link
http://geekswithblogs.net/ranganh/archive/2008/04/01/file-upload-in-updatepanel-asp.net-ajax.aspx