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
When i want to delete a file i uploaded there occur an issue in the "fileupload-ui.js".
I fix it by change the var that = $(this).data('fileupload');
to var that = $(this).data('blueimpUI-fileupload');
in the 284 line;
Hope this will help other people use this ext.
The text was updated successfully, but these errors were encountered:
When i want to delete a file i uploaded there occur an issue in the "fileupload-ui.js".
I fix it by change the
var that = $(this).data('fileupload');
to
var that = $(this).data('blueimpUI-fileupload');
in the 284 line;
Hope this will help other people use this ext.
The text was updated successfully, but these errors were encountered: