I want to change this thing on my website so people can upload music, photos, and videos at any file size. How can i do that?
I want to change this thing on my website so people can upload music, photos, and videos at any file size. How can i do that? |
Well, you could purchase a large crane like they use on skyscrapers. That would increase your up loading capabilities.
Oh, you meant uploading... I'm sorry, I was thinking like construction... My bad...
Most of us would just talk to our hosts and see if they can reset the php.ini file, or make an adjustment for it in the .htaccess file.
Do a search and you'll see how to adjust them. |
your saying adjust the .htaccess in the Dolphin installation directory right? how do i do that? |
well php as its limites on size... i think its some where around 200mb then you have to switch to ftp uploads. I could be wrong about this as always.
search for max upload in the forums you should find many post on this.
Never mind here... have a look at this.
http://www.boonex.com/unity/forums/#action=goto&search_result=1&max%20upload%20size&msgs&0&&topics https://dolphin-techs.com - Skype: Dolphin Techs |
ill try changing my .htaccess file some, and i have another problem. How do i change the name of my Community Site? |
How do i change the name of my Community Site?
Please look in dolphin folder /inc/header.inc.php you will see all the info you need in there. https://dolphin-techs.com - Skype: Dolphin Techs |
if you have access to you either php.ini file of php5.ini file, look fo a line that looks like: upload_max_filesize=128M I think many hosts max out at 300M or so. maybe someone else better knows the limit |