Click to See Complete Forum and Search --> : <input type=file> : Setting the 'browse' path


hammerslane
06-10-2005, 07:50 AM
Hey folks,

I know that using the following code makes a `browse...` button appear next to a plain text input field:

<input type="file" name="textfield">

Question: Is there any way to get the "File Upload" pop up box to browse to a specific location?
I'm making this page for use on my company intranet, so I'd like it to browse to \\Shared\Intranet\Blah (for example), automatically.

I've never seen this done before, so I don't imagine it's possible -- so even if it's not possible, a "no" would be appreciated.

Thanks.

Fang
06-10-2005, 08:01 AM
"No" security does not allow it.

hammerslane
06-10-2005, 08:12 AM
Okay, thanks Fang.