Before upload hook
jimmiebtlr opened this issue · 2 comments
jimmiebtlr commented
It would be great to have a before upload hook to allow client side resize of image prior to upload.
Also, thanks a ton for putting together this package.
ryanswrt commented
Have a look at the commit I just pushed - You should be able to resize, in a synchronous way, the images; clone the package into your app's packages folder to test it.
jimmiebtlr commented
Thanks for the fast response.
It may be better to use callbacks instead of synchronous.