Snake wrote: > If you try and upload a large file, something that would normally take a > minute or 2, you will find that your code will not run until that file has > fully uploaded to the server.
Snake is absolutely right. CFFILE doesn't actually perform the upload. the web server puts the form post in memory, and all CFFILE does is copy it from memory to the file system in a place that you specify. By the time CFFILE runs (or any CFML code) the whole file has already been uploaded. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262938 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

