소스 검색

Upgrade to release v4.1.3

Kartik Visweswaran 10 년 전
부모
커밋
5aab7d1c5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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).