// когда все файлы завершат загрузку
'onAllComplete' : function(event,data) {
alert("action");
}
// когда файл будет загружен
'onComplete' : function(event, ID, fileObj, response, data) {
alert('There are ' + data.fileCount + ' files remaining in the queue.');
}
try
$("#imgID").css("width");
или
$("#imgID").width()
будет выглядеть
$('#file_upload').uploadify({
$imgThis=$(this);
alert($imgThis.width());
'onComplete' : function(event, ID, fileObj, response, data) {
}
});