I'm creating an upload script using the usually,
<input type="file" name="userfile">
When you click on the browse button, it takes you to some off-the-wall place.
Is there a way to set a default so when the user clicks on the Browse button, it takes them to root of the computer?
Something like:
<input type="file" name="userfile" value="/usr/bin/">
or something like that