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
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: