[Vuejs]-How do I upload files directly to s3 with rails active storage and vuejs

0👍

Solved by manually adding the attributes

<input id="video" name="attachment" type="file" data-direct-upload-url="/rails/active_storage/direct_uploads" direct_upload="true" />

Leave a comment