Cropping and S3 upload(client)

@patrick @Teodor @patrick

Pinging you all as I don’t know who built the feature.

I am integrating cropper library . So far so good.

But I need to be able to pass the cropped data to the S3 connector.

Is it enough if I set the dmx.app.data.s3upload1.file.dataUrl to the new data(plus changing name, size and type if needed)?

Something in these terms:

dmx.app.data.s3upload1.file.dataUrl = image.cropper.getCroppedCanvas().toDataURL("image/png");

Or will I run into problems later on?

Community Page
Last updated: