Copy link to clipboard
Copied
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 ..
Copy link to clipboard
Copied
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?
^_^
Copy link to clipboard
Copied
Might be the max post size setting in CF Admin.
-reed