Skip to main content
Participant
July 17, 2012
Question

Uploading files with CFFILE under ColdFusion 9

  • July 17, 2012
  • 2 replies
  • 890 views

I have some CF scipt that allows users to upload files to a directory outside of the web root. It works great as long as I only upload files smaller than 47kb. If I try to upload a file larger than that I just get a white screen on the client with no errors and a Done down in the lower left corner of the client browser. BTY, it doesn't matter the type of file (doc, pdf etc), once I get above 47 kb it no longer works.

Any Ideas?

Ken ..

This topic has been closed for replies.

2 replies

Inspiring
July 20, 2012

Might be the max post size setting in CF Admin.

-reed

WolfShade
Legend
July 20, 2012

Off the top of my head, all I can think of are either permissions or something is wrong with the temp folder.  Could quota be turned on for the server HD?  Or something that could limit filesize?  Could the disk be full?

^_^