I am trying to asynchronously upload pictures to my webserver. There are a couple of good tutorials on the web, but they seem to be dated already... Namely: http://css-tricks.com/6522-ajax-image-uploading/ http://www.atwebresults.com/php_ajax_image_upload/
In both tutorials they ask you to include ajaxupload.js into your header file. And both seem to be referenceing a tutorial by some dude named valums. Well, when I download his code, that jquery (or javascript) library doesn't seem to be found anywhere. Am I missing something here? To get this thing to work, what javascript library should I be including?