/[suikacvs]/www/test/dom/file/reader-readasdataurl-1.html
Suika

Contents of /www/test/dom/file/reader-readasdataurl-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Mon Sep 19 14:26:46 2011 UTC (13 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests

1 wakaba 1.1 <!DOCTYPE HTML>
2     <title>FileReader.readAsDataURL</title>
3     <style>
4     textarea {
5     width: 100%;
6     height: 10em;
7     }
8     </style>
9    
10     <p><label>Select a file: <input type=file onchange="
11     var reader = new FileReader ();
12     reader.onload = function () {
13     document.getElementsByTagName ('textarea')[0].value = reader.result;
14     };
15     reader.readAsDataURL (this.files[0]);
16     "></label>
17    
18     <p><textarea></textarea>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24