vutoan266 / react-images-uploading

The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.
https://github.com/vutoan266/react-images-uploading
MIT License
320 stars 52 forks source link

Compressing the Size of Base64 String data_url #161

Open LinThitHtwe opened 9 months ago

LinThitHtwe commented 9 months ago

Is there a method to reduce the size of a data_url? I'm sending a request to a post method, and when dealing with multiple images, I encounter a payload error. Any suggestions on how to handle this?