You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to save the cropped image to a folder using the traditional MOVE_UPLOADED_FILE, but because the cropped image is not selected from a FILE input, this is not working,
Here is the steps the user will take
Select input to be cropped (using the given file upload input)
Click "Crop" ( This shows the cropped image in the #coverimagebase image element, hiding the .imageBox class )
Click "Upload"
Does anyone know how i can go about uploading the image in the IMG element to a folder, else use the already-created img (getBlob) from the plugin?
The text was updated successfully, but these errors were encountered:
I would like to save the cropped image to a folder using the traditional MOVE_UPLOADED_FILE, but because the cropped image is not selected from a FILE input, this is not working,
Here is the steps the user will take
Does anyone know how i can go about uploading the image in the IMG element to a folder, else use the already-created img (getBlob) from the plugin?
The text was updated successfully, but these errors were encountered: