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
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 |
upload_max_filesize = 2M ; 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 |
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 |
Did you also adjust the settings in the ray plugin module. https://www.deanbassett.com |
yah here also i changed still it says that i can upload 2 mb file what do i do now |
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 https://www.deanbassett.com |
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 |
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 |
Start by checking your folder permissions ray\modules\music\files https://www.deanbassett.com |
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" |