You should be able to drag-drop files onto a UXP view

I’ve read this post: Drag & Drop from local file onto UXP is supported? - UXP Developer Tool - Adobe Creative Cloud Developer Forums

And set my manfiest up like this:
“requiredPermissions”: {

"localFileSystem": "fullAccess",

"clipboard": "readAndWrite",

  "webview": {

    "allow": "yes",

    "domains": "all",

    "enableMessageBridge": "localAndRemote",

    "allowLocalRendering": "yes"

  } 

},

items, types, uxpEntries are zero-length collections. A property called “uxpItemCount” is “1”. I’ve already gotten file selection working via a button in the view, however drag and drop would be good to have since everything else in Premiere is drag and drop.

You’re not missing anything; PPro currently has no drag-n-drop support, for UXP (1st or 3rd party).

That work is currently underway;; no ship dates available.

1 Like