Hello Monks

I've been struggling with this file-upload thing on a Windows 2003 server for some time now, and was wondering if anyone has solved this problem before. IIS 6 on 2003 server is locked down quite well, so all services are off per default. A good thing, but ...

I have a rather standard Perl CGI form that uploads files to a directory on the server, and this works fine on other Windowses. Problem is that some setting blocks uploading on this server, and I have to use this box.

I tried updating the AspMaxRequestEntityAllowed variable in c:\windows\system32\MetaBase.xml, and restarting the webserver, to no avail. File uploads for .asp-scripts on this server is per default capped to 200KB on IIS 6 on Windows 2003, and I thought changing this would also apply to Perl.

I'll keep digging into this, but any insights would be greatly appreciated.

pernod
--
Mischief. Mayhem. Soap.


In reply to Problem with CGI upload on Windows Server 2003 by pernod

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.