Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Added preview field in local collection #82

Closed nicooprat closed 8 years ago

nicooprat commented 8 years ago

Stores the dataURL string of the uploaded file in local collection. Useful to show a preview client-side while the file is being uploaded.

Lepozepo commented 8 years ago

Thank you for the PR!

nicooprat commented 8 years ago

Thanks for your work! An option to enable/disable the preview field could be useful to avoid some memory issues when the file is too big, but I didn't have enough time to improve it. Maybe some day :)