http://www.perlmonks.org?node_id=910451


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

When I tried using the POST method, its giving an error "The requested method POST is not allowed for the URL ..."

Replies are listed 'Best First'.
Re^5: Perl CGI File Upload Problem
by Corion (Patriarch) on Jun 19, 2011 at 17:07 UTC
    The requested method POST is not allowed for the URL

    You will need to speak with your webserver administrator as to why POST requests are not allowed. You cannot upload files without using a POST request.

      I'm using IBM Tivoli Netcool Webtop Server (http://publib.boulder.ibm.com/infocenter/tivihelp/v8r1/index.jsp?topic=/com.ibm.netcool_wt.doc/rn/xF11289368590104.html) and creating a custom cgi tool. In the documentation its said that we can run both POST and GET methods, but when I tried POST I'm getting this error.

        Which part of my answer do you have problems with?