I can't upload more than 10mb....how do i fix this? i all ready did all the permissions and attachment manager but it still won't go....help
Announcement
Collapse
No announcement yet.
Increasing Upload MB
Collapse
X
-
okay so now i will have access in 72 hours lol
host wouldn't do it for me. so upgraded to a better service lmao for cheaper!! can you believe it??
okay so if i want to get the upload to 500MB
upload_max_filesize = xM
..and my.cnf (or my.ini for Windows systems)
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.
Note You may also need to increase the max_execution_time and max_input_time variables in php.ini.
what do i put in and where??
Comment
-
You do not want to allow 500 MB uploads into the database. It will crash your forum. You will need to store your attachments in the file system. You will need to change PHP's upload feature, timeout and the timeout of your webserver to allow large uploads.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
vBulletin was never ment to be a file storage system, that size is possible but would require some massive changes to your server.
Comment
-
Originally posted by Wayne LukeYou do not want to allow 500 MB uploads into the database. It will crash your forum. You will need to store your attachments in the file system. You will need to change PHP's upload feature, timeout and the timeout of your webserver to allow large uploads.
how do i change the other?
Comment
-
Originally posted by TygerTyger500Mb? Wow, that's crazy. I don't know what you're using this for (though I think I can guess,) but realistically you're looking at some kind of FTP for files of that size. It can be done otherwise but the practicalities will bog you down and probably upset your host into the bargain.
Comment
-
oooooooooooo i just had a bright idea (wow )
okay so if i use the links and download mod.... then i ftp upoad directly to my server in the ./../whateverfolderis i should be able to link in the links and download manager mod right? trying right now.
boy do i feel dumb after all this.
Comment
Related Topics
Collapse
-
by MisteryOneI can't get the file attachments to work.
I keep getting errors while trying to upload a ZIP file.
Can I get some help, please.
I have included a screenshot. ...-
Channel: Support Issues & Questions
Mon 1 Oct '12, 5:34am -
Comment