I have .Net client that sends files.
How can i use PHP web service to get those files and return them after some changes back to client??
I didn't found code to GET those files, maybe someone have a code example...
I have .Net client that sends files.
How can i use PHP web service to get those files and return them after some changes back to client??
I didn't found code to GET those files, maybe someone have a code example...
Base64でエンコードされたファイル データをクライアントから PHP Web サービスに送信し、それらを $_FILES スーパーグローバルで処理できます。同様のトピックがここにあります: PHP SOAP Transfering Files