Help for this page

Select Code to Download


  1. or download this
    <link rel="stylesheet" href="jquery.jgrowl.css" type="text/css"/>
    
    ...
    <input type=file id=test>
    
    <div id=output></div>
    
  2. or download this
    $(document).ready(function () {
        $("#test").change(function(){
    ...
           });
        });     
    });
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    close $NEWFILE_FH or die "I cannot close filehandle: $!";
    
    exit;