filesplash

Handle file drops easily on your website

Simple to use, just include the header:


<script href="http://www.michalpaszkiewicz.co.uk/filesplash/@script.js"></script>

and set what you want to happen on filesplash:


FileSplash.onFileSplash(function(name, text){
    alert(name);
});
Try it - Drop a file on this page!