It's not that coldfusion can't handle bigger files (I used to work at a place that handled 10MB uploads daily without a hitch), it's that the code you wrote may not be able to handle it. It could also be the server processor may be below par for the job (more likely).
What is the code that you are using to process the data? What are the stats of your server? On Thu, Mar 6, 2008 at 2:45 PM, Ryan J. Heldt <[EMAIL PROTECTED]> wrote: > Is a 2MB file really all that ColdFusion can handle. I know we've done > uploads of other files (like images and PDFs) that are far bigger and > doesn't cause a problem. I guess to answer your question, I do have > smaller files that seem to upload just fine. > > Thanks! > Ryan > > > Phillip Vector wrote: > > If it hurts here when you do that, don't do that. :) > > > > Sorry.. Couldn't resist.. > > > > Seriously though, does it have to be that big? Does it do the same on > > a smaller filesize? > > > > On Thu, Mar 6, 2008 at 12:37 PM, Ryan J. Heldt <[EMAIL PROTECTED]> wrote: > > > >> Greetings- > >> > >> I'm having a problem with a file upload I would like to bounce off of > >> you all. It's a Palm DBA file (~1.7MB), and when it's uploaded, it > >> appears to be doing something horrendous to the server. Almost a few > >> seconds after submitting the form, the screen goes blank and when I view > >> the page source, all that's there is "<H2" nothing more. > >> > >> If I attempt to do anything on the site from that point on, the request > >> takes around 30-45 seconds and it appears that the ColdFusion service > >> restarts. At least I'm assuming that's what's going on because I loose > >> my sessions. I tried trapping for whatever this is with a try/catch, but > >> with no luck. Something tells me there's things going wrong much higher > >> in the food chain. > >> > >> Any ideas? > >> > >> Thanks! > >> Ryan > >> > >> > >> > >> > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:300694 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

