We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Look demo here. Cropit is render images to base64, you can convert a base64 to images in server side.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: