filestack/filestack-ruby

How to save metadata to @user.filestack_url

masudhossain opened this issue · 2 comments

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.

Okay so how would you go about doing it with this ruby gem?