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

Windows enabled with "Hide extensions" cannot upload files with File Chooser #5788

Closed
cyberduck opened this issue Mar 15, 2011 · 2 comments
Closed
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

24f11cd created the issue

I am on Windows 7 now but I think this feature existed on past Windows versions. By default Windows 7 is installed with "Hide extensions for known file types" enabled. In Cyberduck 4.0 (8510) the File Chooser Dialog functionality will not upload files that Windows has hidden file extensions. Cyberduck "Show hidden files" is enabled if it makes any difference. For example I try to upload "test.htm" but after selecting the file displayed as "test" in the File Chooser Dialog it tries to upload "test" instead and fails.

Cyberduck drag-n-drop upload feature does not exihbit this problem. I drag over the "test" file icon and it uploads "test.htm" just fine.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#5783 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

In 5c7590e. This is a non-trivial issue as we read the filename directly from the listview item. I did not find a way to get access to the backing PIDL. Also refer to my SO question. As a workaround the current solution forces the dialog to show the extension independent of the Windows Explorer setting. The fix will be included in the next snapshot build.

Thanks for reporting this!

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants