I am also getting an error: "no request files" when the upload completes. I have checked the section on uploading large files, but have been unable to find a solution.
file_uploads is on, and i've set the following in .htaccess:
php_value upload_max_filesize 32M
php_value post_max_size 32M
php_value max_execution_time 600
php_value max_input_time 600
i am attempting to upload a 13mb audio file.. smaller uploads seem to work fine.. any ideas?
thanks in advance
Rudi