Good evening, I would like to use the plugin jQuery File Upload Plugin but I have a problem. I'm using a base64 image, because the image passes through a trimming tool to cut the image. How can I upload and upload an image in base64 format via .fileupload () I need a jquery / php version
I can not find solutions, thanks in advance Sincerely
From their documentation: https://github.com/blueimp/jQuery-File-Upload/wiki/API#programmatic-file-upload
So sounds like it is as simple as:
Now, I've also come across some more complex code (source) that suggests something like this is also possible:
Seems pretty flexible.