Is there any PHP/Ajax application i can use that will show the upload status in a nice progress bar?!
If you don't want to or can't get involved with PHP patches or extensions you might also want to take a look at this: http://uber-uploader.sourceforge.net/ It uses a Perl CGI script in addition to the PHP and JavaScript but of all the file upload progress bars that I have seen, I have found it to be the easiest to install and most reliable in use.
You could also use flash for the file uploader, then use PHP to actually upload the file to the server once processed.