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