Local Link for uploading images -- FileReader,

Source: Internet
Author: User

Local Link for uploading images -- FileReader,
Reference website

FileReader-Web API | MDN
DEMO

Introduction

With the FileReader object, web applications can asynchronously read files (or raw data buffering) stored on users' computers, you can use a File object or Blob Object to specify the File or data to be processed. the File object can be the FileList object returned by the user after selecting a File on the <input type = "text"/> element, or the DataTransfer object generated by the drag-and-drop operation, it can also be the result returned after the mozGetAsFile () method is executed on an HTMLCanvasElement.

 

 

Upload DEMO code for multiple images on the page

 

1 <! Doctype html> 2 

 

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.