Link to home
Start Free TrialLog in
Avatar of scm0sml
scm0sml

asked on

setting the default browse path of <asp:FileUpload

Hi,

I have the following:
<asp:FileUpload ID="fuImportFile"  runat="server" />

basically when the user clicks browse i want the browse dialog to be set to a specific path by default.
say c:testdirectory as an example.

is this possible?
ASKER CERTIFIED SOLUTION
Avatar of techExtreme
techExtreme
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of scm0sml
scm0sml

ASKER

ok u'd think this would be possible. pretty simple thing really.

cheers anyway.