File Upload H2

2008-03-06 Thread Ryan J. Heldt
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

Re: File Upload H2

2008-03-06 Thread Phillip Vector
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

Re: File Upload H2

2008-03-06 Thread Ryan J. Heldt
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

Re: File Upload H2

2008-03-06 Thread Phillip Vector
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

Re: File Upload H2

2008-03-06 Thread James Holmes
What do cfserver.log and your other logs say about the server when it crashes? On Fri, Mar 7, 2008 at 7:45 AM, 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