Josh
Member since Dec 11, 2008
- Profile: /members/1154-josh.htm
- Comments: 1
Recent Blog Comments By Josh
-
ColdFusion, jQuery, And "AJAX" File Upload Demo
Posted on Aug 5, 2008 at 11:22 AM
Hey there, nice code. I used it as a starting point and converted it to PHP, as well as cleaned up the jQuery a bit. The code is essentially the same however is used for image uploading. Here's a bit cleaner jQuery: function gogo(){ $upform = $("form"); $upform.bind("submit", function(event){ ... read more »