![]() |
Multiple file uploaders - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Multiple file uploaders (/showthread.php?tid=38523) |
Multiple file uploaders - El Forum - 02-10-2011 [eluser]Aidy[/eluser] Sorry if this is a stupid question! I'm looking into using uploadify at the moment and have been looking at this article http://www.reloadedpc.com/code-igniter/jquery-uploadify-2-codeigniter/ The script places the copies the files uploaded over to a directory. Unlike files associated with the $_FILES array they are permanent. My question is what's to stop someone form uploading lots of files to your server at once filling the hard drive right up? |