Browse Source

Upgrade to release v4.1.3

Kartik Visweswaran 10 năm trước cách đây
mục cha
commit
5aab7d1c5e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1023,7 +1023,7 @@ $('#input-id').on('fileuploaded', function(event, data, previewId, index) {
 ```
 
 #### fileuploaderror
-This event is triggered when an error is faced in deletion of each thumbnail file in the `initialPreview` content set. Additional parameters available are: 
+This event is triggered when an upload or file input validation error is encountered primarily for ajax uploads. Additional parameters available are: 
 
 - `data`: This is a data object (associative array) that sends the following information, whose keys are:
     - `form`: the FormData object which is passed via XHR2 (or empty object if not available).