file upload from premier pro to cep extention
I want to enable drag-and-drop functionality in my Adobe Premiere Pro plugin, allowing users to drag timeline (sequence) files or project files into the plugin. This would send them to my platform for processing. However, I am facing the following challenges:
Rendering Files in the Plugin: I need to render them before uploading files, but I cannot perform this rendering operation within the plugin.
Retrieving Drag-and-Drop File Data: After a file is dragged and dropped into the plugin, I cannot correctly retrieve the necessary file data for further processing.
Handling Selected Timeline Files: As an alternative, I try to detect when a user selects an object (e.g., a file or sequence) on the timeline. I listen to the event of the selection and display the file's information in the plugin. However, I cannot process the selected file properly after detection.
Issues in Points:
Rendering in the Plugin:
- The plugin cannot render timeline (sequence) or project files before uploading them for processing.
Drag-and-Drop File Data Retrieval:
- File metadata and information are not being retrieved correctly when a file is dragged and dropped into the plugin.
Processing Selected Files:
- Although the plugin detects and displays selected file information from the timeline, the processing of these files is not functioning as expected.
CEP Extension Limitations:
- The limitations of the CEP extension might be causing difficulties in handling drag-and-drop operations or rendering files directly within the plugin.
Would you like suggestions or solutions for resolving these challenges?
