Turns out to be a IIS7 issue. To resolve add the following to your
web.config:

  <security>
    <requestFiltering>
      <requestLimits maxAllowedContentLength="2000000000"/>
    </requestFiltering>
  </security>


On Aug 20, 8:20 am, gSpin <[email protected]> wrote:
> Was wondering if anyone could point me to a core file that might cause
> a timeout when using the file formtool. My default CF timeout is set
> to 10 min right now, but every time i try to upload a large file (20mb
> +) I get a IIS 404 - File or directory not found after about 10
> seconds. When I sniff the request it's timing out on /webtop/conjuror/
> invocation.cfm?objectid=79B98110-
> AC6C-11DF-806A00262D1CCBEC&typename=dmFile&method=edit&ref=iframe&module=customlists/
> dmfile.cfm. Smaller files upload fine. Thanks in advance.

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to