I am new to javascript and I am battling to get the syntax right to post a zip file to the server.
when the user clicks the button it must send a zipfile called send2serv.zip
to the server.
It must use application/x-zip-compressed
it must pass the username admin
and the password ****
and the file name send2serv.zip
I've done this in delphi successfully but the client needs me to use javascript.
If javascript cannot do this then is their an activex object I can get hold of to pass the parameters to that can be used in Javascript.
when the user clicks the button it must send a zipfile called send2serv.zip
to the server.
It must use application/x-zip-compressed
it must pass the username admin
and the password ****
and the file name send2serv.zip
I've done this in delphi successfully but the client needs me to use javascript.
If javascript cannot do this then is their an activex object I can get hold of to pass the parameters to that can be used in Javascript.
Comment