Describe the solution you'd like
A common requirement for file uploaders in projects when it comes to images is resizing images to a max size before uploading (usually with a hidden canvas). Mobile photos are huge these days and uploads are faster when images are pre-resized client side.
It may be out of scope for this project but thought I’d ask if it had been considered.
Describe the solution you'd like A common requirement for file uploaders in projects when it comes to images is resizing images to a max size before uploading (usually with a hidden canvas). Mobile photos are huge these days and uploads are faster when images are pre-resized client side.
It may be out of scope for this project but thought I’d ask if it had been considered.