Quote:
Originally Posted by Britmovie
I nominated this as best of the month as it is fantastic and a lot of work to build it so thanks.
Just a question. To increase the size allowed for uploads i take it its in the php.ini file? Where exactly is that? Thanks...
|
There are two settings in php.ini that set the overall limits on the size of uploads:
* upload_max_filesize
* post_max_size
It is important that post_max_size has the same value, or a larger value, as upload_max_filesize.
Within these limits, more restrictive settings can be applied on a per-filetype basis (vBulletin->admincp->attachments->attachment manager). These apply to all usergroups except for admins, who are always allowed to go up to the php.ini limits.