2

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...

4

1 に答える 1

0

Base64でエンコードされたファイル データをクライアントから PHP Web サービスに送信し、それらを $_FILES スーパーグローバルで処理できます。同様のトピックがここにあります: PHP SOAP Transfering Files

于 2012-09-17T13:33:30.107 に答える