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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browse Button

Status
Not open for further replies.

cuneyt

Programmer
Mar 3, 2003
42
AU
hi fellows,
I'm using the code below to upload a file, but now, I want to choose directory only... with this code below, u should choose a file... I dont wanna choose a while, i just want to choose a directory where will be a default directory to put all files...

<FORM method=&quot;post&quot; encType=&quot;multipart/form-data&quot; action=&quot;ToFileSystem.asp&quot;>
<INPUT type=&quot;File&quot; name=&quot;File1&quot;>
<INPUT type=&quot;Submit&quot; value=&quot;Upload&quot;>
</FORM>

Thanx in advance...
 
You cant select a directory using the FIle HTML Element. You need to think of doing something else like a Applet for FTPing teh files under a directory
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top