attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Chunked video upload

Open JulioOrellana opened this issue 7 years ago • 1 comments

Is this currently supported? if yes, how?

https://cloudinary.com/documentation/upload_videos#chunked_video_upload

JulioOrellana avatar May 03 '18 00:05 JulioOrellana

@JulioOrellana Were you able to get this working? I am having a similar issue with chunked uploads. They do not seem to work unless I specify a public ID in the form input. For example:

<%= form.attachinary_file_field :file, { cloudinary: { public_id: SecureRandom.uuid }} %>

However, since I'd prefer uploaded resources to have the original file's name, this isn't ideal and seems a bit hacky as well.

ianbayne avatar Mar 06 '20 06:03 ianbayne