Hello all,

        I created a quick and dirty couple of templates to allow a friend to upload
files to my web server.
        I've run into a file upload size limitation that's really giving me
headaches.
        Using <input type="file" name="TheFile"> on the form and <cffile
action="upload" filefield="TheFile" destination="c:\inetpub\wwwroot\upload\"
nameconflict="MAKEUNIQUE"> on the action page, I've successfully uploaded
files up to 1.38mb in size.  Anything bigger than that, and I get:

                Error writing data from web server to the ColdFusion Application 
Server.
                Windows NT error number 1450 occurred.

        I've tried this on two completely unrelated CF servers with with the same
result:
                CF 4.5 on Win2k/IIS5
                CF 4.01 on NT4/SP6/IIS4

        Is this a known limitation?  With IIS?  CF?  Any way around this?

        Thanks in advance,
        dBIII+

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to