Large cffile uploadall dies
I have a need to upload video clips from football games to our website. These clips vary from 5mb to 200mb and there can be up to 220 per game (though usually about 160). The total size of all files is about 18gb.
I am using the htmp input type=file multiple option to get the file names and cffile uploadall to bring the files up to the server. I actually have my code working but if I give it more than about 30 of these clips, it chokes and dies.
These files are being uploaded by officiating crew evaluators who are not technical in any way. And because of the file size, it can take several hours to upload. What I am trying to do is have our website actually initiate the uploads rather than have them do it. So I need to upload all files in the same transaction and just let it run as long as it needs to.
So apparently around 30 of these files or so, I must be hitting a wall. Does anyone know what this wall is and how I might go about avoiding it?
Dave
