hmm going to try your suggestion
php_value upload_max_filesize 10M
Still got some questions
1 Which value for
php_value max_execution_time
is a good one.
2 when using .htaccess I am wondering if you can use it in a folder so not
/web/.htaccess
but
/web/folder/.htaccess
And in the case of
php_value upload_max_filesize 10M
would the .htaccess be in the folder where all the files are stored or where upload.php resists?