Fileupload Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear Experts,

May I ask, how can I remain the selected file that has been chosen through
the Browse button in the Fileupload control in asp.net after a postback?
Current, when the postback is true, the value/selected file in the fileupload
is being initialized.

Please help.

Many thanks in advance.

Regards,
SB
 
Dear SB,

Set EnableViewState property of the control to true. Hope this would
work.

Cheers,
Kris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top