Flowdock
method

create_before_direct_upload!

Importance_1
v6.0.0 - Show latest stable - 0 notes - Class: Blob
create_before_direct_upload!(filename:, byte_size:, checksum:, content_type: nil, metadata: nil) public

Returns a saved blob without uploading a file to the service. This blob will point to a key where there is no file yet. It’s intended to be used together with a client-side upload, which will first create the blob in order to produce the signed URL for uploading. This signed URL points to the key generated by the blob. Once the form using the direct upload is submitted, the blob can be associated with the right record using the signed ID.

Show source
Register or log in to add new notes.