On 1/22/08, ch g <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am trying to upload a file (250 MB) using CFFILE, if i ran that file > after one minute browser is displaying to page can't be displayed. It's not > displaying error messages or result and it's not uploading file. > > Because of file size it's running like that or anything wrong with my > code. > > <CFFILE DESTINATION="e:\test_files\" ACTION="UPLOAD" > NAMECONFLICT="OVERWRITE" FILEFIELD="File3" result="upload_result"> > <cfset form.filename = #File.AttemptedServerFile#> > <cfdump var="#upload_result#"> > > Thanks > chr
There is a setting in coldfusion Administrator you might want to take a look at. Under basic settings: "* Maximum size of post data" * Make sure this is over 250mb might be 100 as the default.* Casey * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297063 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

