Registered: 06/05/06
Posts: 265
Loc: Sydney, Australia
Hi to All,
I have a quetion relating to the maximium file size that can be uploaded. I have moderators that wish to upload pdf (manuals) files which are over 8MB and I am at a loss as to where I can increase the size.
In the CP/General/Primary/Topic Display I am able to increase the image file size but not the file upload size.
If someone can point me in the correct direction as to where I might be able to increase the pdf file upload size it would be appreciated.
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
Also, you may not be able to upload a file that large if your php.ini is not set to allow that. You can check the php info in the cp, look for upload_max_filesize.
Don't forget that there is also another setting in php.ini called post_max_size I mention this because of the large file size mentioned. If you allow a user say two attachments per post. Then the setting would need to be 40mb times 2 or 80mb. Again a timeout issue.