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
-
Merge pull request #1740 from JosephKu/master
2 octobre 2012, par Sebastian Tschanm css/jquery.fileupload-ui.css Merge pull request #1740 from JosephKu/master Revise the invalid CSS -
Revise the invaild CSS.
2 octobre 2012, par Joseph Kum css/jquery.fileupload-ui.css Revise the invaild CSS. -
Added tabindex="-1" to the gallery modal, to fix the ESC key handling.
29 septembre 2012, par Sebastian Tschanm index.html Added tabindex="-1" to the gallery modal, to fix the ESC key handling. See https://github.com/twitter/bootstrap/issues/4854 -
Apply the overflowing integer fix to the size parameters of the $_FILES array.
28 septembre 2012, par Sebastian Tschanm server/php/upload.class.php Apply the overflowing integer fix to the size parameters of the $_FILES array. -
Added get_file_size method to workaround filesize() limitations.
26 septembre 2012, par Sebastian Tschanm server/php/upload.class.php Added get_file_size method to workaround filesize() limitations. Thanks to Julien Moreau (@PixEye) for his report and fix. Also replaced tabs with spaces.