Quote:
Originally Posted by Langly
I have my Maximum file size showing this size:
But in my settings it is set way higher as you can see:
The problem is that if a file is over 4megs or so, then it doesn't get uploaded for soem reason. Why is it doing that?
|
Uploads are limited by various settings on your site. There are some that you can change within VBulletin - for example using the admincp/attachments/filetypes table - and some that are set in the php.ini file, i.e. upload_max_filesize and post_max_size. The php.ini values are absolute limits - you cannot over-ride them inside VBulletin. Furthermore, you should take care that upload_max_filesize is smaller than post_max_size. The limit you are seeing on the form is the minimum of these.
I'm note sure why you are falling over with 4M uploads when the setting is 8M.