Hi all,
I have a secure web https , what I need to do is to transfer a bunch of files from the client to our server with out using html forms. (I'm using that feature for a specific files). This process has to be done with out user intervention,it is upon a special condition.
I was trying fopen, fputs, but those functions don't work with https
Do you guys have any idea about that?
Thanks in advance.
Our server is on a Linux Box (suse 8.2)