Hi,
I am writing an application where I create a temporary file on the client machine and I have to upload this file to a CGI on the server. This needs to be done without the user interaction.
I've looked at the FileUpload object but it requires user interaction. Is there any way I can upload the file without the user interaction?
Thanks in advance for your help.
Seejay
I am writing an application where I create a temporary file on the client machine and I have to upload this file to a CGI on the server. This needs to be done without the user interaction.
I've looked at the FileUpload object but it requires user interaction. Is there any way I can upload the file without the user interaction?
Thanks in advance for your help.
Seejay
Comment