I'm using filepicker.io to upload files to s3. As well as storing the original image I'd like to store thumbnails.
The conversion urls are pretty handy. I know these are cached but I think long term I should just be storing the thumbnails.
I tried converting and store in the filepicker.pickMultiple
success callback but things got a bit messy.
Can I setup the filepicker to do this on upload?
EDIT: this looks like a good solution... still wondering if there are alternatives though.