ryanswrt/autoform-slingshot

Before upload hook

jimmiebtlr opened this issue · 2 comments

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.

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.

Thanks for the fast response.

It may be better to use callbacks instead of synchronous.