I am not able to upload video files more that 8MB. I am using dolphin +ray + orca in my site. Is there any way to increase the uploading limit. i tried chaning it in advance settings in admin panel. but that didnt wortk. I have entered 20MB in advance settings. But thats not working. Pls help
Try to do the following:
Set up the max file size in /etc/php.ini. It's called upload_max_filesize and is written in bytes.
Good luck!
if you have ssh access, you can edit it right on the server, otherwise you would have to download it - but usually, if you have no ssh, you can't reach nor edit the php.ini (e.g. shared hosting packs)
_______
go into php.ini
______
post_max_size = 8m ( change it 50m)
*
upload_max_filesize = 2m (change it 50m)
______
those are the 2 you should change in php.ini and then refresh your server or restart your server and voila or leave website and then go back to website and it should be good
_______
PS=*dont forget after changing the 2m to 50m save it*
Thanks guys,
Trevor
cd = change directory
to open a file you can use the nano editor
at the prompt you should be in the directory and see the file named php.ini
at the prompt you will give the command--> nano php.ini
this will open up see more
cause my webhost says that only experienced users should have access to that file. If something goes wrong they will NOT help to fix it...
ray/global/chat/files......change files permission to 777
ray/global/app/files do the same
ray/global/app/im do the same
ray/global/app/movie do the same
ray/global/app/mp3 do the same
ray/global/app/music do the same
Change the "file" folder permissions on all of those to 777.
.htaccess file in the root folder -
From line 3 to line 14 put this there:
<IfModule mod_php4.c>
php_flag register_globals see more
I didn´t tried something before to change the file limit, I just pasted that lines into my .htaccess (replacing the existing ifModule things in there with your lines).
Saved that file, WORKS! One thing, you forgot to close that second ifModule with </IfModule>.
Thanks Thanks Thanks
i cannot find my videos i uploaded
Thank you
man that made my brain hurt