Is it possible to use the resize capability of Dropzone.js when uploading to Google Cloud Storage by using signed URLs?
I am able to upload an image to GCS by following the instructions here: Google Cloud Storage Signed URL Upload + Dropzone.js.
The problem is, since the upload has to be hijacked, the image transformation done by Dropzone.js is lost, beacause it apparently does not affect the file object I (xhr.)send. Is there a way to overcome this behaviour?