The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
2 MB and bigger attachements
I store my attachments as files, but still there happen to be problems uploading larger attachemnts. Could I, as an admin, upload, for example, a 70 MB .rar archive via .ftp link to it and still it would count not as just a link, but would look like a real attachemnt?
|
#2
|
||||
|
||||
Quote:
|
#3
|
||||
|
||||
than how to get rid of it over Apache 2.0?
|
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
you will need to edit the php.ini file becuase its an upload restriction in php.. the 2 meg restrition is there for security reasons thought.. i wouldnt suggest anything over 10 megs myself.. after you edit php.ini you will need to restart apache
LC |
#6
|
||||
|
||||
In addition to the vB settings, the allowed size of the attachments depends on the PHP and MySQL configuration. You may need to check and changechange the upload size for both PHP and for MySQL. Note, you'll need to have root access to the server to do this (or have your host do it.) Make these changes to php.ini:
upload_max_filesize = xM ..and my.cnf set-variable=max_allowed_packet=xM Change it to the size ('x') you want in Megabytes. Restart the webserver and MySQL after making these changes. |
#7
|
||||
|
||||
Isn't there a timeout value somewhere you have to also change so the upload won't time out?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|