Skip to main content
Participant
May 5, 2011
Question

File Upload Bug in ColdFusion 9

  • May 5, 2011
  • 1 reply
  • 561 views

I have an application that allows users to upload files. Files lower than 200KB can be uploaded with no problem. Anything greater than 200KB will not push through. There is no error message but the application just hangs. Increased request timeout to 5 mins and Maximum Size of Post Data to 10MB but issue still persist.

This application worked without issues in CF8.

    This topic has been closed for replies.

    1 reply

    talofer99
    Inspiring
    May 5, 2011

    My first thought was the limit of post data in the cf admin (at the bottom of the Server Settings section), but that can only be set to MB not KB, so that is probbly not the issue, but I will suggest you check it any way.

    When you state that it worked well on CF8, You mean that :

    1. The SAME server had CF-8 on it and you upgraded to 9 ?

    2. You moved the application that was on a CF8 server to a CF9 server ?

    Just trying to get as much info as possible to try and help you out ...

    Posting a link (if possible) will be greate as well ....

    Participant
    May 5, 2011

    The App is on the same server where the CF8 used to reside. We upgraded CF8 to CF9.

    Initial step to resolve the issue was to increase the post data limit to 10MB but it didn't solve the issue.

    Sorry, can't post link. It is an intranet site of a client of mine.