FileUpload Control Question

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

Hi

The FileUpload control doesn't seem to retain the path of the file to
upload, is there a way to change that behaviour?

Thank you,
Samuel
 
no, its by design for security. after upload its a render, and the
server can not specify the name.

-- bruce (sqlwork.com)
 
It is a problem when you do server side validation, I wonder if anyone knows
of any workaround?
 
Back
Top