{{description}}
The default way Resources and Command (Automation) APIs deal with Blobs is to use the standard HTTP MultiPart Encoding. This strategy can not fit when:- Your client does not natively support multipart encoding; Ex: JavaScript (without using a Form), Android SDK 2.x.
- You have several files to send, but prefer to send them as separated chunk;Ex: You have an HTTP proxy that will limit POST size.
- You want to upload files as soon as possible and then run the operation when everything has been uploaded on the server; Ex: You upload pictures you select from a mobile device.