2MB limit on media uploads

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.

Quote · 30 Jun 2008

php_value post_max_size 128M
php_value upload_max_size 128M

;)

and recheck again after restarting apache your ray settings .. possible here still old values to upload

Quote · 1 Jul 2008

sorry but could you explain this again please i dondt understand

thanksEmbarassed

Quote · 11 Jul 2008

I adjusted this setting as well and it shows that the max upload is set to 25MB via phpinfo. I have this set on the root and in the .htaccess in the media folders. I still get error when uploading photos. I haven't even tested videos yet.

Quote · 28 Jul 2008

After

php_value post_max_size 128M
php_value upload_max_size 128M

(this is need type in your  .htaccess file)

you should goto Ray admin and set here limits too

Quote · 28 Jul 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.