Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリの画像を Web サーバーに送信したいと考えています。問題は、私が Web サービスに慣れていないことです。
私のアプリは、json を使用して画像を nsdata として (POST 経由で) 送信しますが、php Web サービスで json を使用してこの「nsdata」を png または jpeg 画像に変換する方法がわかりません。これはbase64と関係がありますか?