Media Upload Widget Failure

Hi Community,

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?

Many thanks,

Alex

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) !

1 Like

Hi Vincent, Ok thanks i can give that a go?

Do you know if the media upload widget should also allow me to do this? based on the documentation it looks like it should be able to…

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 :slight_smile:

Thanks Isy, I was able to use the action feature just fine in the end - thank you for your help!