Create an upload form, select a folder and get a specific file in folder
Posted
by aladine
on Stack Overflow
See other posts from Stack Overflow
or by aladine
Published on 2010-04-14T04:45:25Z
Indexed on
2010/04/14
5:13 UTC
Read the original article
Hit count: 301
Hi,
To upload a single file, it is very simple to use this HTML script:
<p> <input type="file" name="input.txt" />
In this question, my task is to select a folder and then get the input.txt
inside that folder. The server will response whether input.txt is available or not and to upload it to web server.
Is there any way to select a folder instead selecting a file in the input form. Thanks.
© Stack Overflow or respective owner