krhorst / active_admin_importable

CSV imports for Active Admin resources
MIT License
53 stars 55 forks source link

Mass upload content, i.e. images, video #19

Open cbauer10 opened 11 years ago

cbauer10 commented 11 years ago

I would like to be able to mass upload through a CSV my records, however those records have content attached to them, i.e. images and video. If the CSV contained a path to the files on the local disk, is there a way that it could grab those files and upload them to the database. I currently use paperclip through AA to do this one at a time.