in reply to Re: CGI multipart_form not working
in thread CGI multipart_form not working

it doesn’t want to pass through, I mean when I click on submit button, it’s only refresh the page, without reading anything.
Also I tried to use your method, but it still treats it the same way.
What worrying me is that I went back to my old server, and it works fine, so the problem in the server itself, CGI is fine.
I note there is no mod_cgi added in the new server, is this a problem?

Replies are listed 'Best First'.
Re^3: CGI multipart_form not working
by davidrw (Prior) on Sep 03, 2005 at 14:08 UTC
    What exactly does it print out? Can you show a code snippet?

    Please show the generated output (at least the relevant section), and the respective code snippet. also,
    Is there anything in the error log?
    What happens when you run it from the command line? (same output? any warnings/errors?)