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

I tried using PUT, but still its not working. I can't use POST because my server do not allow to use that.

Replies are listed 'Best First'.
Re^3: Perl CGI File Upload Problem
by ig (Vicar) on Jun 17, 2011 at 17:55 UTC

    What makes you think that your server does not allow you to use POST?

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

        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.

Re^3: Perl CGI File Upload Problem
by derby (Abbot) on Jun 17, 2011 at 15:29 UTC

    Really? I'm finding that hard to believe.

    -derby