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
Multiple files can be sent to VTU to upload to VT in a single action, including from the context menu.
Actual Behavior
When multiple files are drag-and-dropped into the application's window, it uploads each of them to VT and opens the results in a new browser tab, as expected. However, when multiple files are selected in File Explorer and sent to this app from the context menu, it does not do this; instead, it just opens the app's drag-and-drop window, and the user has to drag the selected files into it manually. (If it's unclear what I'm describing, I can screen-record it and share the video here).
Solution
I am far too inexperienced with C# to try to submit a PR (let alone successfully edit and compile VTU myself), but I think I know how this can be fixed.
I'm pretty sure the upload arguments are handled here for the drag-and-drop and context menu...
Expected Behavior
Multiple files can be sent to VTU to upload to VT in a single action, including from the context menu.
Actual Behavior
When multiple files are drag-and-dropped into the application's window, it uploads each of them to VT and opens the results in a new browser tab, as expected. However, when multiple files are selected in File Explorer and sent to this app from the context menu, it does not do this; instead, it just opens the app's drag-and-drop window, and the user has to drag the selected files into it manually. (If it's unclear what I'm describing, I can screen-record it and share the video here).
Solution
I am far too inexperienced with C# to try to submit a PR (let alone successfully edit and compile VTU myself), but I think I know how this can be fixed.
I'm pretty sure the upload arguments are handled here for the drag-and-drop and context menu...
VirusTotalUploader/uploader/uploader/MainForm.cs
Lines 51 to 76 in dcb8edb
So I think it should work to add a Foreach loop after Line 75, maybe something like this:
The text was updated successfully, but these errors were encountered: