Skip to content

Commit 9bca458

Browse files
committed
* Flash js debug
1 parent 74f1059 commit 9bca458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/FileAPI.Flash.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@
479479
;
480480

481481
api.each(formData, function (item){
482+
api.log('item.blob:', item.blob ? item.blob.id+':'+item.blob.flashId : item.blob);
483+
482484
if( item.file ){
483485
files[item.name] = item = _getFileDescr(item.blob);
484486
fileId = item.id;

0 commit comments

Comments
 (0)