Hi
I am trying to upload multiple files of different types at once (I.e one pdf , one csv, one image file) from a workshop application and create an action in an ontology to refer those mediaset reference id. Howe ever, I can only do one at a time . How can I do multiples that would have same unique identifier for linkage
Hi!
I dont know if I understand you correctly but the way I’ve done it is to use a Media Uploader-widget that uploads the files to dataset and ouputs these as seperate objects (lets call the Event Media). These objects are linked to my main object (Event) via a typescript function that mimics the way a media reference i handled.
So for example I create a event (an object) and as a part of the workflow to create a event, I upload different kind of files (in my case jpeg, png, mov, mp4 etc). These are viewed in the COV as a object list och the left and a media preview on the right (who shows the current linked object in the list). Not a first class solution but i works and you don’t have to trigger a pipeline to build.