Hi, a CGI I'm making needs to receive a POST message containing binary data, but it doesn't contain fields, so I cannot access that data from my program.
I'm using BrookFramework but if you find a solution using fcl-web is ok. Here's the header captured in google chrome: POST /index/ HTTP/1.1 Host: 127.0.0.1:8080 Connection: keep-alive Content-Length: 108527 Origin: http://127.0.0.1:8080 User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1897.2 Safari/537.36 Content-Type: application/vnd.oasis.opendocument.text Accept: */* Referer: http://127.0.0.1:8080/webodf/programs/editor/src-localeditor.html Accept-Encoding: gzip,deflate,sdch Accept-Language: es-419,es;q=0.8,en;q=0.6 Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
