I had written a code for uploading file using ftp_put. but i do not know How to upload file using HTTP.
the normal file system functions that come with PHP are your friend here.
use fopen($url,'w') to open the url $url for writing use fwrite to write
hope this helps
Thank you very much!!!!
I am very new in PHP. Can you send me one example or url where i can get the code.
Kishor