Quote:
Originally Posted by Ole_Chilli
I am trying to up load videos .. and can't get the system to let me make the file size large enough ? any suggestions?
|
How big are you trying to go? as far as I know, uploads via web pages really become unreliable (whatever settings you provide) at around 4-10 megabytes. I'm not an expert, but I imagine that files bigger than this really need to uploaded via an ftp utility.
Having said that, these are the settings you should be looking for:
in php.ini:
upload_max_filesize and post_max_sizecode limit the maximum size of files that can be handled using the upload feature of LDM, irrespective of the limits set within vBulletin and LDM. post_max_sizecode should have a larger value than upload_max_filesize
in te vb admincp/Attachments/Filetypes
maximum size per filetype.