here is some good info about uploading files in PHP
Or you could also read up on it here using an Java applet that uploads the file in chunks. Search for Jupload
php/Apache Config You will need to change the value of both upload_max_filesize and post_max_size to the largest filesize you would like to allow. Then restart apache and everything should work.
Arto Uusikangas
2009-11-09 10:30:03