If you make a php.ini file and put it in the directory that the script runs in, with the following lines, you should be able to upload larger files, provided the upload takes less than 15 minutes:
safe_mode = Off
register_globals = Off
upload_max_filesize = 200M
post_max_size = 200M
max_execution_time = 900