What Is The Max File Size That I Can Upload?

liunx

Guest
I have a new script installed on my website where users can post videos and music, but the problem is that the uploading is not working. When I'm uploading a video it seems to be fine until the the script finish uploading, but nothing appears on the site. I do not where the files go. No error messages, nothing. I contacted the script owner and he saied to check with your hosting provider to find out what is the maximum file size to upload. And so this is my question. I just want to know what is the maximum file size that I can upload.<br /><br />Thanks.<!--content-->
Welcome to the forum, ralf206.<img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />You can try to insert this in to your .htaccess file and see if it helps.<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->php_value upload_max_filesize 10M<!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
Welcome to the forum rafl206<br /><br />By default 2MB it can be modified in the .htaccess file<!--content-->
Welcome to the forum, ralf206 <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Thanks all of you for your help.<br />Yes, I added<br /><br /><b>php_value upload_max_filesize 10M</b><br /><br />to the <b>.htaccess</b> file<br /><br />and now is working.<br /><br />Thanks!<!--content-->
Glad we could help <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Top