blueimp / jQuery-File-Upload

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
https://blueimp.github.io/jQuery-File-Upload/
MIT License
30.94k stars 7.95k forks source link

Image cropping feature in client side #3015

Closed aktywnitu closed 10 years ago

aktywnitu commented 10 years ago

There are some great image croppers like Jcrop, but nowadays it can be made in client side, what is more efficient. So user can preview it in browser and crop some part of image before uploading to server.

blueimp commented 10 years ago

You can have a look at the example JCrop integration for the Load Image library demo here: http://blueimp.github.io/JavaScript-Load-Image/ But I probably won't add such a feature to this project here, although it is of course possible for you to write the implementation yourself.

aktywnitu commented 10 years ago

Just what I needed. Thanks and congrats!

yakovyarmo commented 10 years ago

can you please elaborate how you did it?

aktywnitu commented 10 years ago

I am going do it in future.

bblue commented 10 years ago

I would be very interested in seeing a working example of this myself. Please elaborate.