I am currently trying to create an application in Workshop that allows users to upload files, which can then be processed further by an LLM. I am currently trying to send these files to a media set using the media upload widget in workshop.
I can happly save the files to a folder when using the RID identifier in the configuration field “Compass upload folder or dataset RID”, however when i try and use the RID identifier for my media set, the upload doesn’t complete.
Does someone have any suggestions on what is going wrong with my set up or if there is an alternative way of achieving what I want to do?
You can upload media to mediaset via Action (you need: an object with a “media” property, the given mediaset specified in the “capability” tab of this object type, and an action on this object with a “media” parameter) !
The Media Uploader widget should definitely work, but without seeing the full error or the full configuration, I’m not sure why it isn’t currently working for you.
However, we do strongly recommend creating an Action instead, and you can then invoke the action using the button group widget in Workshop. Actions should be easier to use and will be getting more features in the future