Community Member Profile
- Profile: /members/7274-Jay.htm
- URL: http://www.singsnap.com/jason
- Comments: 4
- Points: 40
Recent Blog Comments By Jay
-
Using ColdFusion To Stream Files To The Client Without Loading The Entire File Into Memory
Posted on Jul 1, 2012 at 2:17 PM
Couple things.. First, my idea of splitting files wasn't clear enough. Here's what you'd do: (I'm stubbing this code.. It's Canada Day and I'm not programming lol) [code] <cfexecute name="split large_file.mp4 smaller_files"> <cfdir get a listing of t... read more »
-
Using ColdFusion To Stream Files To The Client Without Loading The Entire File Into Memory
Posted on Nov 15, 2010 at 4:59 PM
So, I found the problem with locked files, not being able to delete them after using this code. This code: <cfset THISTAG.Response.Reset() /> Generates this error in application.log: "Error","jrpp-2","11/15/10","16:50:42",,"Resp... read more »
-
Using ColdFusion To Stream Files To The Client Without Loading The Entire File Into Memory
Posted on Nov 13, 2010 at 1:05 AM
Interesting, I'll go through that code and see if there are any bits I can use, thank you!! I need to write the output of this process to a file for re-use since its very processor intensive. I haven't had a chance to really work at the problem yet, but I'll post back when I do. On a side... read more »
-
Using ColdFusion To Stream Files To The Client Without Loading The Entire File Into Memory
Posted on Nov 13, 2010 at 12:29 AM
Hey! I'm using your code to read a file that is still being written, so I can begin the stream to the client before needing to wait for the file processing to finish. Your code as is works great, but if the download speed exceeds the processing speed it will fail. Since I also write... read more »



