Categories
Latest Articles
Most Viewed Articles
- Advanced Event layout is not working like your demo site after upgrading
- I want to show up like your demo site with Business Directory menu
- How to fix main menu bar when scrolling
- How to hide Advanced Menu System on non users
- How to limit tabs on Main menu bar
- Can I adjust Mini menu styles?
- Some menus do not appear on main menu bar after installation
- Why layout is not applied when changing Main Menu Style
- Distinguish of Main Menu Styles
- The difference of Site Logo in Advanced Menu System and in theme management page
In Video module, by default, you are unable to upload a video which has the size larger than 256 MB. This is due to a limitation in upload library.
To adjust this, please edit file at: .../PF.Base/static/jscript/dropzone.js
Scroll down to line 122 and change the value here to the max size you wish to upload your videos:
Dropzone.prototype.defaultOptions = {
url: null,
method: "post",
withCredentials: false,
parallelUploads: 2,
uploadMultiple: false,
maxFilesize: 256, // Change this value
paramName: "file",
createImageThumbnails: true,
maxThumbnailFilesize: 10,
thumbnailWidth: 500,
thumbnailHeight: 500,
filesizeBase: 1024,
maxFiles: null,
November 5, 2018
Category: General FAQs and Knowledge