AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Revise Upload Blobs dialog to avoid using Node APIs

Open craxal opened this issue 2 years ago • 0 comments

The Upload Blobs dialog currently offloads using any Node APIs to an extension provider in order to use Node APIs to manipulate paths. However, we want to avoid this indirection entirely if possible.

Ideas:

  • Display a list of full file paths as returned by the native file dialog.
  • Provide an alternate API that returns the root directory and base names of the files.

craxal avatar Nov 16 '23 00:11 craxal