Music upload Restriction??

I was trying to upload music to community but it says the max file that i can upload is 2 mb only

i want to upload upto 5 mb music files.

i want to change this restriction for Music and video as well

so where should i edit this

thank

Quote · 30 Apr 2009

upload_max_filesize = 2M ;
post_max_size = 8M ;

Change these values in 'php.ini' in your PHP directory (usually accessed through your cPanel, at /sys/php5 or similar) to the desired amount. post_max_size will only need changing if you are doing hefty uploads in my experience.

If you have no cPanel access, ie are on shared/resold hosting, contact your administrator.

Please note this is for ALL FILES, so if you're using 20meg videos the post_max_size will need altering too.

This should do the trick.

Regards,

John/motdradio

Quote · 30 Apr 2009

hi

i changed "post_max_size = 20M" exartly at my php.ini file still same problem i am not able to upload 5 minutes music. should i give any spaces between number 20 and "M"

please give me solution

plzzz somebody help

Quote · 2 May 2009

Did you also adjust the settings in the ray plugin module.

https://www.deanbassett.com
Quote · 2 May 2009

yah here also i changed still it says that i can upload 2 mb file

what do i do now

Quote · 2 May 2009

This is rare but if php is running as an apache module then try placing this in the bottom of the .htaccess file in the main dolphin directory.

php_value upload_max_filesize 300M

php_value post_max_size 300M

php_value max_input_time 3000

php_value max_execution_time 3000

php_value memory_limit 128M


If this don't do it you will have to contact your host.

https://www.deanbassett.com
Quote · 2 May 2009

I Contacted my hosting service they did some changes, and now i can upload upto 100% but after that it saying that "File Upload Error" and the song is not uploaded

i asked about this my hosting service they said peoblem with the script

that why i am asking here please help me some one

thank

Quote · 4 May 2009

Hey now i am not able to upload small music file also it shows same error "File Upload Error"

this means problem with upload only

Quote · 4 May 2009

Start by checking your folder permissions ray\modules\music\files

Make sure it is set to 777. Each if the files directories for other ray modules as well.

You may also want to check to make sure host allows file execution. Needed for ffmpeg.


https://www.deanbassett.com
Quote · 4 May 2009

All the permissions are perfect and i was able to upload below 2mb music before modifying at my php.ini file

after chaging at php.ini this is the problem uploadinf 100% after thay shows error" Uploading file error"

Quote · 5 May 2009
 
 
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.