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
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → 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
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?
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.
Thanks for your help!
--> ...cutenews/php.ini
upload_max_filesize = "50M"
post_max_size = "50M"
memory_limit ="32M"
CutePHP Forums → Problem Solving / Help & Support → Upload Video
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.