fires before the uploader has started to upload a file
file_config | object | an object with the file configuration |
boolean | returning false will prevent file uploading |
$$("fmanager").attachEvent("onBeforeFileUpload",function(file_config){
// your code
return true;
});