Hi all,
How can I display the file open dialog box at client side using javascript or vbscript.
I have used
but this is not workingCode:dim obj set obj = CreateObject("MSComDlg.CommonDialog.1") obj.ShowOpen()
I want to get only file paths from the user. I don't want to upload a file, so i am not using Html file input control.
thanks and regards,




Reply With Quote