Hello
I want to save an image to database using ofxHttpUtils so i should send the image as a string via an http POST request , and then save it with php script
ofImage img;
formIn.addFormField("image",IMG AS A STRING);
postUtils.addForm(formIn);
How can i get the image data and convert it to string. ?
or is there any other way to save an image directly to database …
Thanks in advance