Well, the issue I was having with cffileupload is now considered a bug (83447) and while we're waiting for our platinum plan (if going that route will even work), I'm checking out jFileUpload. What it does is split larger files into chunks of a size designated by an attribute. In my case, I'm splitting it into 256 MB apiece. Uploading is taken care of by a .cfm they provide, but it doesn't put split-up files back together. Using cffile with append would only work on text files. How would ColdFusion put the file together? These files will be really big binaries of about 4 to 5 GB. Thank you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335766 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

