修复BUG

pull/1/head
xiaoz 2017-12-24 13:22:34 +08:00
parent e0e3028ed9
commit d2bca34d8d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $(document).ready(function()
$("#fileuploader").uploadFile({
url:"./upload.php",
maxFileSize:"2097152",
allowedTypes:"jpg,png,gif,bmp",
allowedTypes:"jpg,jpeg,png,gif,bmp",
showStatusAfterSuccess:"false",
dragdropWidth:"100%",