Revisions : blueimp/jQuery-File-Upload - GitHub
jQuery-File-Upload - Multiple File Upload widget with Drag&Drop support for jQuery
Les articles publiés sur le site
-
Reverted last commit, adding to different branch.
15 mai 2015, par guagReverted last commit, adding to different branch.
-
Added "originalSize" property to blob/file objects
15 mai 2015, par guagAdded "originalSize" property to blob/file objects
-
Fixed regex for replacing existing file extension
14 mai 2015, par guagFixed regex for replacing existing file extension The existing regex did not account for file names containing multiple periods ("."), so a file named "abc.123.[xxx]" was being converted to "abc.[yyy]" (expected file name was "abc.123.[yyy]" in this case). Here's a fiddle to illustrate: https://jsfiddle.net/guag/sj9a8Lwx/
-
Merge pull request #3393 from tking0036/patch-1
24 avril 2015, par blueimpMerge pull request #3393 from tking0036/patch-1 Fix missing comma
-
Updated patch version for last merge.
24 avril 2015, par blueimpUpdated patch version for last merge.