To be able to upload a file bigger then 2MB, what are all the possible steps I must take.
I have adjusted the settings in Ray and added these as the top 2 lines in the root .htaccess
The italic text is lines I have added.
php_flag register_globals Off
php_value upload_max_filesize 128M
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine on
.
.
.
Thanks.