hi!
any method is there to save the previous file name of fileupload control.
i am using session to save the previous filename of fileupload path. but not using sessions any way to do this.
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Mar 9, 2010, 4:15 AM
write in aspx page like this
in code behind set the value of label
lblHidden.Text=fileupload1.filename;
Don't forget to mark as answer.
ajay rajuPosted Mar 9, 2010, 2:24 AM
how to call the this hidden in asp.net code behind. or give a example.
thanks
Amit ChoudharyPosted Mar 8, 2010, 8:22 AM
So easy....you can use a hidden label or to save the previously uploaded file name.
Please mark the answer if you get some hint.