Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Uploading file from specific location 1

Status
Not open for further replies.

mcall

MIS
May 9, 2003
120
0
0
US
I have an form (html/php with javascript type checking) that I'm using to allow users to upload files. Is working fine. Files are uploaded from a specific folder on the network. My question is whether it's possible to specify where the file is uploaded from rather than having the user drill down to the folder when they need to upload the file?
 
Nope.
There's no way to my knowledge to specify the start folder for the file input.

----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Web & Tech
 
If your web server has access to that network location, you could have PHP read the files and list them for the user to choose. No "upload" would be needed.
 
Thanks spamjim. Hadn't considered this options. This opened up other things that I could do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top