cropit icon indicating copy to clipboard operation
cropit copied to clipboard

Save the image to databas

Open timw3 opened this issue 7 years ago • 2 comments

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?

timw3 avatar Feb 21 '18 09:02 timw3

+1

sdavicco avatar Apr 05 '18 23:04 sdavicco

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

FahriDevZ avatar Apr 14 '18 18:04 FahriDevZ