Hi, Mark
Unfortunately, there are quite a lot of possible issues here.
- Are you sure the actual record returns a file URL with the relative path to multi.html?
- This also has to match the path where you installed it in the Universal folder. So if you added a subfolder under the Universal folder, that must be reflected in the path So my-subfolder/multi.html
- If you are in a browser, and go to https://acceptance.your.app/multi.html. Do you see the component? You should see the dashed square with ‘Drop files here or click to select’
Hi Sebastiaan,
The html weblink does work. It also has the universal map added in the link. Additionally, clicking the 'Bestandsnaam’ does open the correct file that is stored locally. So I know that the files are correctly reflecting the actually stored files.
The weird thing is, that there is 1 case that does show a preview for a document, but the document doesnt reflect a document for that case.

The URL is configured as follows. The document in the preview doesnt reflect the id 29 that is selected. Additionally, the html screen for dragging and dropping a file is not shown.dbo.get_server()+ '?company_id='+ cast(t1.company_id as varchar) + '&administration_id='+ cast(t1.administration_id as varchar) + '&cases_id='+ cast(t1.cases_id as varchar)
I also have the drag and drop working for another screen, with the following url:
dbo.get_server()+ '?company_id='+ cast(t1.company_id as varchar) This screen does have a working preview for the drag and drop:

I dont really get why the first preview doesn't work when the set up is similar to the one for the 'klanten’ screen.
Any help would be appreciated.
Mark
Hi Sebastiaan,
I figured the problem out. A file upload column was moved upwards in the table without my knowledge, therefore the preview for the ''drop bestanden hier..’ was not available.
Mark