Home  >  Article  >  CMS Tutorial  >  How to upload videos in phpcms

How to upload videos in phpcms

藏色散人
藏色散人Original
2019-12-28 11:32:523302browse

How to upload videos in phpcms

How to upload videos in phpcms?

phpcms-v9 Solution when uploading video files

1. It is not recommended to upload video files directly in the background, because video files are generally relatively large, and direct uploading affects bandwidth; you can First upload the video file to the specified directory through the ftp tool, and then introduce the address of the video file in the background.

How to upload videos in phpcms

2. If you only want to display " Network file" option, what should I do? As shown in the figure:

How to upload videos in phpcms

Operation steps:

Step 1: Modify phpcms/statics/js/ The flashupload method in the swfupload/swf2ckeditor.js file:

How to upload videos in phpcms

Step 2: Modify the swfupload method in the phpcms/modules/attachment/attachments.php file:

How to upload videos in phpcms

Step 3: Modify the phpcms/modules/attachment/templates/swfupload.tpl.php template file:

How to upload videos in phpcms

##3.dizhi_images Where did it come from? Answer: The name specified when customizing the video field in the model can be defined by yourself

How to upload videos in phpcms

Note: Sometimes when using a program to generate thumbnails from images, the images will be distorted. The effect displayed at the front desk is not very good; if you want to obtain high-quality high-definition pictures, you can also use the ftp tool to upload the designed fixed-size pictures to the server

PHP Chinese website, A large number of free

PHPCMS tutorials, welcome to learn online!

The above is the detailed content of How to upload videos in phpcms. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn