Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Redirect on success?
  • I have a social network site, I would like to do what myspace does, after uploading multiple files, on completion it redirects to a page, on this page I can pull all the new entries from the DB and show them on the page, so basicly I just need a way to redirect when a files are done uploading, is this possible?
  • 'oncomplete' : function(){
    location.href=\"imthepage\";
    }


    or uhm, onallcomplete