Documentation

onFileUpload

fires the moment file uploading starts

void onFileUpload(){ ... };

Example

$$("uploader_1").attachEvent("onFileUpload", function(){.....})

See also

Back to top