Skip to main content
Inspiring
October 26, 2009
Question

CFFILE in CF8

  • October 26, 2009
  • 2 replies
  • 1688 views

Is it true that CFFILE in CF8 is now able to accomodate large file upload without any problem. In the following blog, it says the writer has tried to upload 5 GB file with ease. http://www.rupeshk.org/blog/index.php/2007/08/coldfusion-8-changes-with-file-upload/

If this is correct than I don't need to split my huge file into several smaller files to be processed. My file won't go beyond 2 GB, may be between 1 to 2 GB the most. I need some advice from the more experience programmers. Thanks.

This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
October 27, 2009

You should be able to upload 2GB without any problems. In my experience, the main issue has been bandwidth. Small bandwidth means sucking an elephant through a straw.

mega_LAuthor
Inspiring
October 27, 2009

So far time out is not an issue because I separate those page that read the file, insert into DB and display the result but I've seen some other programmers (more senior than me) split the file into smaller files.

BKBK
Community Expert
Community Expert
October 27, 2009

Just try uploading a large file, and you'll see it works.

glynjackson
Participating Frequently
October 26, 2009

Maybe its your timeout thats the issue. Its only 30 seconds I think by default, try...

<cfsetting requesttimeout="1500">