javascript - Upload base64 string image -



javascript - Upload base64 string image -

i have plugin crops image , sends base64 info looks this: data:image/jpeg;base64,/9j/4aaqskzjrgabaqaaaq.... how can upload returned image via file upload field in form server?

ps: in short want automaticly add together returned image file input field of form.

the same way upload other string server. fact string base64 doesn't alter anything.

you can set in <input type="hidden">, utilize php code decode base64 , save bytes somewhere.

javascript php jquery base64

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -