scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
875 stars 304 forks source link

Save the image to databas #283

Open timw3 opened 6 years ago

timw3 commented 6 years ago

I'm trying to use this as a file upload to send the cropped image to the file server and add the filename to database with CodeIgniter.

How do you send the cropped image with the input field?

sdavicco commented 6 years ago

+1

FahriDevZ commented 6 years ago

Look demo here. Cropit is render images to base64, you can convert a base64 to images in server side.