in reply to Re^3: Perl CGI File Upload Problem
in thread Perl CGI File Upload Problem

"Within the form, the "action" should be the url of the script, not of another HTML document."

I have used fileprocess.cgi script as the action for the form

"there may be a misconfiguration in Apache where it recognizes the script as a document rather than an executable program"

But when I use GET method, I'm able to create an empty file in the same name as the local file selected in the server

Replies are listed 'Best First'.
Re^5: Perl CGI File Upload Problem
by Corion (Patriarch) on Jun 20, 2011 at 09:00 UTC

    Now is the time to post the 10-lines script that reproduces your problem, so we can see it. If you haven't reduced your problematic script to 10 lines by now, this is the time to start doing so.

    Please also show a 10-line HTML file which you use to send the POST upload to your test script.

      I've added the code at http://www.perlmonks.org/?node_id=910534