HTML5 type=file File Upload Function Example detailed

Source: Internet
Author: User
This article mainly and you introduce HTML5 new features of the Type=file file upload function, the need for friends can refer to, hope to help everyone.

1. Grammar

<input name= "MyFile" type= "File" >

2, attributes (the following three only HTML5 support, so there is a compatibility issue)

(1) Multiple: Indicates whether the user can select multiple values. Multiple can only be used for Type=file and Type=email.

(2) Accept: The file type accepted by the server, otherwise it will be ignored.

Audio/* Represents a sound file. HTML5 support only
Video/* represents video files. HTML5 support only
Image/* Represents an image file. HTML5 support only

(3) Required: This property specifies that a user must fill in a value before submitting the form.

3. Get uploaded file information

<! DOCTYPE html>

Show:

Related Article

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.