Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding the phenomenon of Windows Explorer screen not opening #88

Open
blogsook opened this issue Oct 18, 2024 · 0 comments
Open

Regarding the phenomenon of Windows Explorer screen not opening #88

blogsook opened this issue Oct 18, 2024 · 0 comments

Comments

@blogsook
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant