-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vladimir Demidov
committed
Feb 12, 2013
1 parent
0bab550
commit 6e16ca6
Showing
6 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* FileAPI fallback to Flash | ||
* | ||
* @flash-developer "Vladimer Demidov" <[email protected]> | ||
* @flash-developer "Vladimir Demidov" <[email protected]> | ||
*/ | ||
(function (api, window, document){ | ||
api.support.flash = (function (){ | ||
|
@@ -463,7 +463,7 @@ | |
_this.end(evt.status || 200); | ||
} | ||
else if( type == 'abort' || type == 'error' ){ | ||
_this.end(0, evt.message); | ||
_this.end(evt.status || 0, evt.message); | ||
_unwrap(upload); | ||
} | ||
}) | ||
|