Is it possible to compress images upon upload directly from AsyncFileUpload
? If yes, can you guide me how?
For example: I have a user that uploads an image .jpeg
with size 1200x1600 (5MB)
and I want to compress it into a 600x800 (1MP~2MB)
file. As much as possible I have to do this on client side just before I upload it to server.
Thank you.