The only solid answer I have seen is to bump the amount of available memory on your server. Either Physical Ram, or the size of your swap file. If you already have tons of memory on the server, then you'll need to figure out how to make more of it available (cycling SQL Server services can release a great deal of memory sometime - if you have SQL on the box).
An alternative would be to use some kind of upload applet that does not use the HTTP protocol to transfer files. The problem doesn't really have anything to do with the client variables. NT 1450 is a generic "Out of resources" error. With regards to file upload, this means memory - not registry space. This is because IIS (and the other web servers - as far as I know) upload files into memory, then rely on the server side tool (CFFILE in this case) to remove it from there and do something with it, like transfer it to disk. Sorry I couldn't give you a more positive answer. Shawn Grover -----Original Message----- From: Smith, Dennis P. (ITSC Tucson) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 9:13 AM To: CF-Talk Subject: Error on large uploads (1450) Hate to bring up an old subject, but has anyone found an answer to the age old question to uploading large files and the 1450 error: Error writing data from web server to the ColdFusion Application Server. Windows NT error number 1450 occurred. The server: NT v4.0 SP6a ColdFusion v5 Memory = 4GB Processor = Quad x86 Family 6 Model 7 Stepping 3: 549 MHz Drive: [FileSys] [ Size ] [ Free ] [ Used ] C NTFS 4095 2967 1128 D NTFS 138851 129712 9139 E NTFS 13257 9516 3741 Registry Quote = 75MB Used: 23% Page file C:\pagefile.sys 256 306 D:\pagefile.sys 2000 4000 E:\pagefile.sys 2000 4000 Note: Client Variables are NOT being written to the registry I have scoured the Net looking into this error and everything points to the registry. I have followed the directions on the creation of an ODBC for the client variables but the error still persists. The breaking point on this particular server is about 3MB. From other posts I've seen an upload of 25MB or more would be a vast improvement. Suggestions?!? ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

