Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The phpFox script supports uploading videos. And as admin of the site, you'd be able to change the size limit for all the video uploads. In this article, you will learn on how to increase the video size upload in your phpFox site.

NOTE:

  • The max upload file size is also restricted by PHP params: `post_max_size` and `upload_max_filesize`. You can contact your hosting provider for

    assistances

    assistance to increase these params. We also have an article

    for

    on this topic here.

  • In order to increase max upload size for other apps such user profile photo, events, photos, ... you can follow steps in this article but choosing corresponding apps in Manage User Settings page. For example: setting of user profile photo is in "User" app

...

Go to User Groups to manage the settings of the user group. By default, phpFox script has 4 different UserGroups as shown in the picture below. But you can add more user groups as you want.

Image RemovedImage Added

Select the specific UserGroup that you would like to increase the video size upload. After selecting the specific user group, select the Video under the Core Apps settings.

Image Removed 

By default, the script maximum video file size under the Registered User is 10MB. You can change this value to any value you want.

After changing the value of Maximum file size of video uploaded (MB) to 100, click Save Changes.

 Image Added

After Saving the changes, you will need to clear the cache in order for your changes to take effect. Just go to Maintenance >> Cache Manager > click CLEAR CACHE button.

Image RemovedImage Added

 

After clearing the cache, you can go back to your site's frontend and check if the video upload size setting was changed.

increase video sizeImage RemovedImage Added

As you can see, the Max file size for the video upload was changed to 100MB. 

...