Open timw3 opened 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?
+1
Look demo here. Cropit is render images to base64, you can convert a base64 to images in server side.
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?