Uploads a file part to a signed_url given size and initial position. This method will read a chunk of the file using readBin. If want_digest is set it will also calculate the digest and send it as a part of the header (only MD5 is supported)
1 | upload_part(file_path, href, pos, size, want_digest = NULL)
|
file_path |
character. string naming a file |
href |
character. A signed URL to upload the file to |
pos |
numeric. A file position (relative to the origin specified by origin), or NA. |
size |
numeric. The (maximal) number of records to be read. |
want_diggest |
character. A string specifying the digest algorithm to use. (Currently only contentMD5 is supported) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.