-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.4: Corrected support for maxSize property
- Loading branch information
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
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,3 +1,4 @@ | ||
1.0.1: First version of Uploader | ||
1.0.2: Added JavaScript events for change, upload success and remove upload | ||
1.0.3: Fix multiple uploads occuring in newer builds | ||
1.0.4: Corrected support for maxSize property |
3edebb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this calculated in bytes?
If yes i can also add the filesize function within uploader.js
I'm trying to get sortable working also, but running into issue removing the dependency for oc.foundation
3edebb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the maxSize is MB
Perhaps that should be divide by 1024 instead?nvm.. the code is right3edebb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea