in reply to Upoading file using perl

What is the problem? Are you getting an error message? What is the error message? (as in copy and paste)

Maybe there is no error message, but you check out the uploaded data and it's corrupt? (??)

Replies are listed 'Best First'.
Re^2: Upoading file using perl
by rustybar (Novice) on Feb 09, 2009 at 14:32 UTC

    The error message is this one: Malformed multipart POST.

    I can't get any uploaded data at all. The moment I click submit. It directs me to a blank web page with the error message.

      740794 might help.. also, can you tail the erorr log on apache?

        I'm using monkey web server instead of apache. The error log in monkey web server is also the same.

        I had seen the thread, I'm not really sure how to verify my CGI though. It comes with perl isn't it? Mine is the latest version.

        I also use IE browser to try and it ends up saying he connection is disconnected

        What could be the problem?