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
Hello,
I have used this plugin in my website, and I got issue in drag and drop functionality for Internet explorer. It's working fine in other browser i.e. chrome, firefox, Edge.
I found issue is because of 'jquery.fileupload.js' file's below code
Hello,
I have used this plugin in my website, and I got issue in drag and drop functionality for Internet explorer. It's working fine in other browser i.e. chrome, firefox, Edge.
I found issue is because of 'jquery.fileupload.js' file's below code
=> "typeof XMLHttpRequestUpload !== undef " when I removed this code then it worked fine for me.
Can anyone suggest what's the use of this code?
The text was updated successfully, but these errors were encountered: