Use Vue scaffolding +html5 input type = File Upload video

Source: Internet
Author: User

Uploading Video Ideas

Html:
1. HTML5 tag video audio/video is used here first
2. INPUT type = File

CSS gives some style


Js

JS Implementation ideas:
1. Obtain the upload file (input) label and give it a variable by using the native method.
2. Get the audio tag from the native method and give it to a variable.
3. By using the input tag to get its own files[0], and we need to deal with the input.files[0] data, write a method. and pass the input.files[0] in.

Give me a chestnut:

4. Specific steps to process the data; in the Getfileurl method;

5. Determine if the URL exists or set the SRC path to video if it exists;

6. Through the Duration property of video, get the length of the videos, if the length of the video is longer than 60 seconds, give the user prompt.

Use Vue scaffolding +html5 input type = File Upload video

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.