What if you compress the image file right after you or your users upload it? In the image uploader, you can toggle the “limit image size before upload” to compress the size.
This way, you wouldn’t need to compress the image if your users want to download it since it is already lightweight
Yeah I did see that. However my issue is this. I’m wanting to upload the full highest resolution.
I need my users to download a high resolution version of the file for print applications. As well as download the same file as a low res version for web applications. Hope that makes sense?
I’m reluctant to create a copy of the file, as my storage will go through the roof as I’ve got thousands of files of high resolution.
You can also arrange separate S3 storage directly at AWS (there were some guides and plugins to use it instead of bubble’s S3), it’s gonna be much cheaper, very much.