hi all,
i'm trying to assign a done-event to the upload_complete_handler for swfupload, unfortunately nothing happens.
in my settings i have:
upload_complete_handler : function(){
alert("finished");
}
all parameters seem correct, i've already tried deactivating my upload script. any idea what could be wrong?
thx