Mehdavi5
Mehdavi5

Reputation: 161

How to send a stream to a SOAP server?

I am developing a multi platform application using RAD Studio (Firemonkey). How I can upload a file i.e. an image or an audio file or a video file to the server using Soap Web Service?

Upvotes: 0

Views: 1413

Answers (2)

ercan_elo_bil
ercan_elo_bil

Reputation: 56

You can do it by using Base64encoder.

Upvotes: 0

Аров Марат
Аров Марат

Reputation: 39

You must define functions on server-side applications that transfer files as ByteArray. Here is explanation

Upvotes: 1

Related Questions