To minimize processing latency, I would like to use libcurl to stream data to a web server using "chunked" encoding as shown in the post-callback.c example. Unfortunately, the libcurl example pages don't provide the CGI scripts they referenence...
Can anybody provide a copy of a CGI script (in perl, python, or whatever) that I can use to receive the data? The script should preferably be able to handle the data chunks as the come in, rather than waiting until the complete message/file has been uploaded.
Thanks very much, Victor ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
