And I don't recall any setting in CF Administrator (or IIS) that allows you to specify if form data is stored to disk or memory. Am I missing something here?
I know my server side CF page can use CFFile to write an uploaded file to disk, but the file resides in memory until my CF page is executed. i.e. 1) Client Side Web page 2) Posts to server 3) File is uploaded to server via HTTP 4) file is stored in memory until it is fully uploaded 5) action page is then loaded/executed 6) File is transferred from memory to disk via CFFILE. If I can switch the server to store files to disk rather than memory, then I can eliminate the "Out Of Resources" errors I've been getting when dealing with large files (in my case 60+ Meg - due to the amount of memory we've put on that server). Shawn Grover -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:38 AM To: CF-Talk Subject: RE: IIS Configuration? (was RE: CF's Most Wanted ::) > With the below messages in mind, is there any way to > configure IIS to spool form data to disk, rather than > memory? specifically the File Form elements. When you POST data to a CF page, I think that IIS simply hands off the entire request to CF, which is then responsible for where the data is stored. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

