Форуми / Craftwork / Server-side / Sending a PHP generated image as multipart/form data

Trustmaster
#10001 15.03.2009 01:53
You need implementing HTTP client with multipart/form-data POST request encoding. I'd recommend learning something like PEAR::HTTP_Client and PEAR::HTTP_Request - it has built-in support for POSTing files.
May the Source be with you!