I want to upload one or several files from the client machine to the server machine. But I don't want the user to select the files. It is for an maintenance operation.
I think I need to call ActiveX functions from JavaScript. I have used Scripting.FileSystemObject to manage the files on the client machine. But I can't find an ActiveX or an Application that would post the file or send it by another way to the server.
Do you know such an ActiveX function ?
Thanks,
Joffrey
I think I need to call ActiveX functions from JavaScript. I have used Scripting.FileSystemObject to manage the files on the client machine. But I can't find an ActiveX or an Application that would post the file or send it by another way to the server.
Do you know such an ActiveX function ?
Thanks,
Joffrey
Comment