how to select a folder.???? to select a file input type "file" what for folder
kashif iftikhar
Ranch Hand
Joined: Aug 21, 2001
Posts: 43
posted
0
to select a file there is a input type "file" (<input type="file" name=''select file"> ) but i cannot find any tag\method to select a "folder". my question is how to select a folder. if there is no tag for this then please tell me anyother method. thank you very much.
------------------
James Hobson
Ranch Hand
Joined: Aug 28, 2001
Posts: 140
posted
0
What do you mean by select a folder? do you mean that you want to upload a whole folder at one time?
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
You can't!
mou haj
Ranch Hand
Joined: Sep 12, 2001
Posts: 81
posted
0
or else you can zip it to a file and then upload it
kashif iftikhar
Ranch Hand
Joined: Aug 21, 2001
Posts: 43
posted
0
I think i did not explain my problem to you. my task is... i am working on a task of downloading page.for that i have to give a user interface to user to select a folder in which user selected file will be downloaded.
1. user select a file(on web page). 2. user select a folder on his harddisk 3. user click the "download" button to complete operation. my question is how can user select folder where he want to download file. ------------------
Bjarte haugland
Greenhorn
Joined: Apr 28, 2003
Posts: 1
posted
0
Hello! Have you found a solution to your problem?
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
posted
0
WOW you pulled up an old message
subject: how to select a folder.???? to select a file input type "file" what for folder