PDA

Click to See Complete Forum and Search --> : files


asabi
Jun 15th, 2000, 12:47 PM
Is there any way to open a command dialog box on the client machine (when he presses a button or something), and let him choose a file to upload ?

Not only ASP, I know that ASP is server side, so you probably can't do it.

Is there any otehr way ???

Mark Sreeves
Jun 15th, 2000, 02:45 PM
Sounds like you want the file input type
eg:

<INPUT id=file1 name=file1 type=file>

asabi
Jun 15th, 2000, 03:18 PM
Thank you Thank you Thank you !!!

:-)