Plese can any body say, How can I upload Mp3 and Video file more than 2MB, thank you
Plese can any body say, How can I upload Mp3 and Video file more than 2MB, thank you |
Search the forum good luck ;) |
This has nothing to do with dolpin software - it has to do with your server. You need To change the memory allocation limit PHP scripts running on your server, modify the PHP.INI configuration file of the server The upload limit on your server is 2MByte - Ask your host to increase to at least 20MByte or look for another hosting solution. |
On your server open you ray file and make a new file called php.ini copy and paste this code below into your new php.ini file and put it in your ray folder. 1 file_uploads = On it worked for me.... also you can change the upload from 10M tosomething more like 30M or what ever you think you need it to be... also as check with your server like stated in the post above... |
1 file_uploads = On
2 upload_max_filesize = 10M
3
4 |
VEEEEERY THANKS. WORKING NOW. |
On your server open you ray file and make a new file called php.ini copy and paste this code below into your new php.ini file and put it in your ray folder. 1 file_uploads = On it worked for me.... also you can change the upload from 10M to something more like 30M or what ever you think you need it to be... also as check with your server like stated in the post above... Hi,
I am using the latest Dolphin 7 and I cannot find the Ray folder on my installation. I see a folder called flash and there are lot of modules in it. Do I put the php.ini in that. I am also using a shared hosting.
|
php.ini files always go in the root folder of your site. Not in any of the other folders. https://www.deanbassett.com |
I disagree with that about only in root, I have to place it in folders that have install folders to get all to work right with my host. You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
I know there is a ssh command to copy the php.ini file to all the relevent folders ... but I can't find it anyware. Does anybody know what it is? Darkestar Holdings www.darkestar.com |