Documentation

onAfterFileAdd

fires after file has been added to the uploader body

void onAfterFileAdd(){ ... };

Example

$$("uploader_1").attachEvent("onAfterFileAdd", function(){
    //... some code here ... 
});

See also

Back to top