Topic: Upload Video

Hello,


how can i upload a Videofile?

I changed in images.mdu ->

$allowed_extensions = array('gif', 'jpg', 'png', 'bmp', 'jpe', 'jpeg', 'mp4', 'MP4', 'ogg','webm');

without success



greeting john



Cutenews utf-8 9.1

Re: Upload Video

I've tested it with various large file sizes,
from about 5mb will not uploded.
There is no error message.
Can adjust the filesize limit in the script?

Re: Upload Video

The php filesize max upload limit is set in the php.ini file on your web server.
If you cannot access this get your host to change it.

Re: Upload Video

Thanks for your help!

-->  ...cutenews/php.ini

upload_max_filesize = "50M"
post_max_size = "50M"
memory_limit ="32M"