ralf206 Posted September 6, 2006 Posted September 6, 2006 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. Thanks. Quote
TCH-Thomas Posted September 6, 2006 Posted September 6, 2006 Welcome to the forum, ralf206. You can try to insert this in to your .htaccess file and see if it helps. php_value upload_max_filesize 10M Quote
TCH-Bruce Posted September 6, 2006 Posted September 6, 2006 Welcome to the forum rafl206 By default 2MB it can be modified in the .htaccess file Quote
ralf206 Posted September 6, 2006 Author Posted September 6, 2006 Thanks all of you for your help. Yes, I added php_value upload_max_filesize 10M to the .htaccess file and now is working. Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.