Skip to main content
Participant
June 10, 2010
Question

CFFILEUPLOAD PROGRESS BAR ERROR (CF9)

  • June 10, 2010
  • 1 reply
  • 961 views

I created a very simple multiple file upload app using cffileupload in CF 9. I select multiple files, click the "Upload" button and can see the individual progress bars go green, then turn red with "Error" displayed within them. The overall progress bar remains green, and the files actually do upload to the appropriate folder. Any idea what controls the individual progress bars? Thanks in advance.

Jim

    This topic has been closed for replies.

    1 reply

    Participant
    September 27, 2010

    I'm having the same issue, has anyone found a resolution? My first guess is a server config issue, since the code works on dev but not production. The server admin is a bit of a control freak with security so he may have locked something down without knowing.I don't have access to the server itself so I can't trouble shoot it myself.

    Anyone?

    Inspiring
    September 28, 2010

    I don't have CF9 here to check, but it'll probably need a bunch of stuff in the /CFIDE/scripts (or adjacent) dir to be web-accessible for it to work.  This dir is generally accessible in a dev environment, but is often not accessible in an outwardly-facing environment because some stuff in /CFIDE should not be externally accessible (like the CF Administrator dir).  Your sysop bloke has probably blocked off too much stuff, like you suspect.

    --

    Adam