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="post" encType="multipart/form-data" action="ToFileSystem.asp">
<INPUT type="File" name="File1">
<INPUT type="Submit" value="Upload">
</FORM>
Thanx in advance...
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="post" encType="multipart/form-data" action="ToFileSystem.asp">
<INPUT type="File" name="File1">
<INPUT type="Submit" value="Upload">
</FORM>
Thanx in advance...