In templates/upload.tpl, you can change file size limit
1048576000 is max file size in bytes.<input type="hidden" name="MAX_FILE_SIZE" value="1048576000">
Also you can set file size limit in your php.ini
This is file size limit, there is no way to limit video length as only after uploading the video, we can find its size.




Reply With Quote
Bookmarks