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 ???
Printable View
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 ???
Sounds like you want the file input type
eg:
<INPUT id=file1 name=file1 type=file>
Thank you Thank you Thank you !!!
:-)