attachinary
attachinary copied to clipboard
Chunked video upload
Is this currently supported? if yes, how?
https://cloudinary.com/documentation/upload_videos#chunked_video_upload
@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.