Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a JavaServletPage where you can upload and crop (with JCrop) an image. The other Servlet handles the request and applys the crop transformation, but how can I save the new transformed image?

I have found a solution (I didn't try it yet) that needs another Servlet, which accepts the cropped image and stores it in the blobstore (via POST method again). But this seems really complicated for such a simple task.

Is there another way to save my transformed image?

Any help is appreciated.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.