Resize image before sending to server

Asked

Viewed 24 times

1

I have a screen in my application that upload some images.

Until then everything was ok.

The user sends the image, has the option to "cut it" and then sends it to the server.

Only now, testing on Ios doesn’t work..

I researched about and I came to the conclusion that the error is that in iOS has limited memory problem, when you are cutting a large image (Iphone camera resolution) a screen will be generated with the cutting area dimensions and, then it will generate an image with the given cropped dimensions.

During this process, the browser hangs.

So, I wonder if it is possible to resize the image (something below 1000px) in Java/jQuery itself and send it to the server?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.