is this possible ? what is the correct way to send files ?
thanks
|
|
is this possible ? what is the correct way to send files ? thanks
|
||
|
|
|
I don't if you want your webservice to upload/download files. Anyway you can use curl(http://fr.php.net/curl ) to upload/download file from other webserver. To get some file uploaded to the webservice from the user it's pretty much the same as gettings it from a form, please use the superglobal variable:$_FILES (doc) to get upload files. for uploading from php to a webservice
the webservice to get a file
PS: sorry for some reason stackoverflow doesn't like to make a link of |
|||