How to save metadata to @user.filestack_url
masudhossain opened this issue · 2 comments
masudhossain commented
I'm currently doing
<%= f.filestack_field :filepicker_url, 'Upload Your Avatar!', id: 'unique-id' %>
to upload files and it's working fine. but I also want to save the metadata (such as name, filetype, ect.) to my rails application. Otherwise, i can't grab the name of the files for my users to see.
staturecrane commented
Please see: filestack/filestack-rails#176
masudhossain commented
Okay so how would you go about doing it with this ruby gem?