We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, my name is Mario and I´m from Spain.
I've been using processing for a while now, and now I need to upload a treated image to the server.
Is it possible to do this through php? Or in some other way?
First I upload an image through an input type = "file", then load that image on my canvas and edit it, and finally I need to re-upload that edited image.
Thank you very much!
Answers
Never uploaded anything before. But my guess you should look for httpPost() or httpDo(): *-:)