Skip to content

Commit b7a1365

Browse files
committed
update to support swfupload v2.5.0 event handlers.
1 parent 2669133 commit b7a1365

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/jquery.swfupload.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,25 @@
88

99
(function($){
1010

11-
var defaultHandlers = ['swfupload_loaded_handler','file_queued_handler','file_queue_error_handler','file_dialog_start_handler','file_dialog_complete_handler','upload_start_handler','upload_progress_handler','upload_error_handler','upload_success_handler','upload_complete_handler','queue_complete_handler'];
11+
var defaultHandlers = [
12+
'swfupload_preload_handler',
13+
'swfupload_load_failed_handler',
14+
'swfupload_loaded_handler',
15+
'file_dialog_start_handler',
16+
'file_queued_handler',
17+
'file_queue_error_handler',
18+
'file_dialog_complete_handler',
19+
'upload_resize_start_handler',
20+
'upload_start_handler',
21+
'upload_progress_handler',
22+
'upload_error_handler',
23+
'upload_success_handler',
24+
'upload_complete_handler',
25+
'mouse_click_handler',
26+
'mouse_out_handler',
27+
'mouse_over_handler',
28+
'queue_complete_handler'
29+
];
1230
var additionalHandlers = [];
1331

1432
$.fn.swfupload = function(){

0 commit comments

Comments
 (0)