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.
When trying to upload a file by accessing the web app included in the Aspera Connect SDK in IE compatibility mode in the IE edga browser, when you click Find File, the Windows Explorer screen does not open.
The "Find File" button click event is as follows:
$('#file_search_btn').click(function(e) {
e.preventDefault();
asperaWeb.showSelectFileDialog({success:uploadFileControls.addFiles},
options = {
//disable multiple files selection if token authorization is used
allowMultipleSelection : true
});
});
How can I solve this problem?
Best regards,
Sook.
The text was updated successfully, but these errors were encountered:
Hello.
When trying to upload a file by accessing the web app included in the Aspera Connect SDK in IE compatibility mode in the IE edga browser, when you click Find File, the Windows Explorer screen does not open.
The "Find File" button click event is as follows:
$('#file_search_btn').click(function(e) {
e.preventDefault();
asperaWeb.showSelectFileDialog({success:uploadFileControls.addFiles},
options = {
//disable multiple files selection if token authorization is used
allowMultipleSelection : true
});
});
How can I solve this problem?
Best regards,
Sook.
The text was updated successfully, but these errors were encountered: