I've got a problem uploading larger files.
i'm on pair.com
I get an error document contains no data.
This happened with a 12 meg file.
here are the entries in .htaccess in public html
they use this to put in php.ini values
php_value upload_max_filesize 15M
php_value memory_limit 16M
the upload script runs here.
and i've set the max_file_size in the upload form very high at
<input type=\"hidden\" name=\"MAX_FILE_SIZE\"
value=\"500000000\">
why might this happen??