FileUpload

  • Thread starter Thread starter David A. Osborn
  • Start date Start date
D

David A. Osborn

How can I default the text in a asp.net 2.0 fileupload box? There doesn't
appear to be any properties that I can set to a default path.

Thanks
 
David,

You can't initialize the file upload html input element (let alone the
ASP.NET control). I think it's part of the standard, specifically for a
security measure.

Regards,

Rob
 
Back
Top