> However, the HTTP upload standard is slightly flawed. Or > at least the current implementations of it are. If I > upload a 100 Megabyte file (and there are occasional > cases where this is needed), then the server MUST have > 100 Megabytes of available memory. Now tie that upload > in with other common uploads of 1 or two meg a piece, > and the server very quickly runs out of resources.
That doesn't have anything to do with HTTP. That's purely an implementation issue. There's no reason why data can't be spooled to disk rather than stored in memory. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

