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

[super_drag_and_drop]Support multiple fileUir ? #438

Open
Vzz1c opened this issue Sep 21, 2024 · 2 comments
Open

[super_drag_and_drop]Support multiple fileUir ? #438

Vzz1c opened this issue Sep 21, 2024 · 2 comments

Comments

@Vzz1c
Copy link

Vzz1c commented Sep 21, 2024

item.add(Formats.fileUri(Uri(path:"xxxx")));
item.add(Formats.fileUri(Uri(path:"xxxx2"))); //This file is not copied to the drag destination
This can only add one file, can it add multiple files?

@knopp
Copy link
Collaborator

knopp commented Sep 21, 2024

For multiple fileUris you need to add multiple items in the writer, each with one URI.

@Vzz1c
Copy link
Author

Vzz1c commented Sep 26, 2024

For multiple fileUris you need to add multiple items in the writer, each with one URI.

In the addVirtualFile method, the third party software appears to be stuck invalid, one of the parameters is VirtualFileStorage? storageSuggestion, which may work, but this parameter doesn't seem to work?

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

2 participants