You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This event is triggered when each file image is fully loaded in the preview window. This is only applicable for image file previews and if `showPreview` is set to true. Additional parameters available are:
904
905
905
-
-`previewId`: the identifier for the preview file container.
906
+
-`previewId`: the identifier for the preview file container
906
907
907
908
**Example:**
908
909
```js
@@ -1006,7 +1007,7 @@ This event is triggered before upload of each thumbnail file. Additional paramet
1006
1007
-`files`: the file stack array (or empty object if not available).
1007
1008
-`extra`: the `uploadExtraData` settings for the plugin (or empty object if not available).
1008
1009
-`response`: the data sent via ajax response (or empty object if not available).
1009
-
-`reader`: the FileReader instance if available.
1010
+
-`reader`: the FileReader instance if available
1010
1011
-`previewId`: the identifier of the preview thumbnail container.
1011
1012
-`index`: the zero-based index of the file in the preview container.
1012
1013
@@ -1027,7 +1028,7 @@ asynchronous batch uploads after each file in the selection is uploaded via ajax
1027
1028
-`files`: the file stack array (or empty object if not available).
1028
1029
-`extra`: the `uploadExtraData` settings for the plugin (or empty object if not available).
1029
1030
-`response`: the data sent via ajax response (or empty object if not available).
1030
-
-`reader`: the FileReader instance if available.
1031
+
-`reader`: the FileReader instance if available
1031
1032
-`previewId`: the identifier of each file's parent thumbnail div element in the preview window.
1032
1033
-`index`: the zero-based index of the file in the file stack.
1033
1034
@@ -1047,7 +1048,7 @@ This event is triggered when an upload or file input validation error is encount
1047
1048
-`files`: the file stack array (or empty object if not available).
1048
1049
-`extra`: the `uploadExtraData` settings for the plugin (or empty object if not available).
1049
1050
-`response`: the data sent via ajax response (or empty object if not available).
1050
-
-`reader`: the FileReader instance if available.
1051
+
-`reader`: the FileReader instance if available
1051
1052
-`previewId`: the identifier of each file's parent thumbnail div element in the preview window.
1052
1053
-`index`: the zero-based index of the file in the file stack.
1053
1054
@@ -1068,7 +1069,7 @@ Additional parameters available are:
1068
1069
-`files`: the file stack array (or empty object if not available).
1069
1070
-`extra`: the `uploadExtraData` settings for the plugin (or empty object if not available).
1070
1071
-`response`: the data sent via ajax response (or empty object if not available).
0 commit comments