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
Post a Comment