On Jan 27, 2005, at 2:12 PM, paolo wrote:

Do you know how can I post an image to a revCGI stack and have this image to be saved on the cgi-bin folder?

Ciao Paolo Mazza

Paolo,

for this you must implement some multipart form data handler, it's not trivial but it's not impossible either. I think the data will be sent to you base64 encoded in the POST request that your RevCGI receives. if you're serving thru apache I don't know if he tides up the request for you... try making a mock post from a webform and dump all the POST data to a file so that you can inspect it later, check to see what you're receiving.

Cheers
andre




_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution


--
Andre Alves Garzia  2004
Soap Dog Studios - BRAZIL
http://studio.soapdog.org

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to