Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Uploading files with CFFILE under ColdFusion 9

New Here ,
Jul 17, 2012 Jul 17, 2012

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 ..

860
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 20, 2012 Jul 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?

^_^

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jul 20, 2012 Jul 20, 2012
LATEST

Might be the max post size setting in CF Admin.

-reed

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources