in reply to Re^3: CGI valid header error
in thread CGI valid header error

Hi GF
The upload part does indeed work, here is the exact error log message from before:

failure ( 171): for host ***.***.**.*** trying to POST /cgi-bin/upload.cgi, cgi_scan_headers reports: HTTP4044: the CGI program /cgi-bin/upload.cgi did not produce a valid header (program termindated without a vaild CGI header.

Replies are listed 'Best First'.
Re^5: CGI valid header error
by GrandFather (Saint) on Feb 15, 2007 at 03:25 UTC

    Ok, so start adding bits in until it breaks. Note that you should fudge around actually doing the conversion work until you absolutely have to - just put a dummy table in for example.


    DWIM is Perl's answer to Gödel