Link to home
Start Free TrialLog in
Avatar of thedeal56
thedeal56

asked on

Default Browse Directory File Upload

I've got a form like this:

<FORM METHOD="post" id=example ACTION="send.php" ENCTYPE="multipart/form-data">
<INPUT TYPE="file" NAME="Pic1"  ALLOW="text/*" onFocus="doClear(this)" >
</FROM>

I want to choose which directory will be opened when the user clicks "Browse".  I'm not really looking for a solution through any type of coding(although, if that's the route I have to take, then that's ok). I have access to each user's computer, so if there is a way to change this default directory through the registry, that would be perfect.  Is there an easy way to change this default directory?  Thanks for reading
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America 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 thedeal56
thedeal56

ASKER

Ah, that's totally right.  I was thinking that the browser only remembered it until it was closed, but I just checked it, and that's not the case.  I can work with that.  Thanks, Ray.
Tanks for the points - it's a good question, for sure!