content
public byte[] content
The content of the file as a byte array. Use this for small files or in-memory data.
File, or an InputStream.byte[]File object to upload.InputStream providing the file content.File object to upload. Use this for uploading files from the filesystem.InputStream providing the file content. Use this for streaming data. The stream will be fully read
during the request.