Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <script>
  2. window.UploadKit = window.UploadKit || {}
  3. window.UploadKit.callbacks = {
  4. afterRefresh: function(data) {
  5. // data is an object like:
  6. // {
  7. // el: <html element of the upload field container div>,
  8. // uploader: <json object representing the upload field>,
  9. // files: <json array representing the uploaded files>
  10. // }
  11. }
  12. }
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement