A small demo that uploads images and previews images

Source: Internet
Author: User

<!DOCTYPE HTML>  <HTML>  <Head>      <MetaCharSet= "UTF-8">      <title>3</title>  <Script>  functionGetFullPath (obj) {if(obj) {//Internet Explorer        if(Window.navigator.userAgent.indexOf ("MSIE") >= 1) {obj.select (); returnDocument.selection.createRange (). text; }           //Firefox        if(Window.navigator.userAgent.indexOf ("Firefox") >= 1) {              if(obj.files) {returnObj.files.item (0). Getasdataurl (); }              returnObj.value; }             //compatible with Chrome, Firefox, HTML5 get the path        if (typeofFileReader!= "undefined") {              varReader= NewFileReader (); Reader.onload= function(e) {document.getElementById ("pic"). SRC=E.target.result+ ""; } reader.readasdataurl (obj.files[0]); } Else if(Browserversion.indexof ("SAFARI") > -1) {alert ("Safari Browser is not supported for the time being!"); }        }   }    functionshowpic (obj) {varFullPath=GetFullPath (obj); if(FullPath) {document.getElementById ("pic"). SRC=FullPath+ ""; }  }  </Script>  </Head>  <Body>      <inputtype= "File"onchange= "Showpic (this)">      <imgsrc=""ID= "Pic">  </Body>  </HTML> 

Because of the job needs, I wrote a small demo, through their own assembly, you can achieve a certain demand.

A small demo that uploads images and previews images

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.