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 -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -