Hi,
I am hoping someone can help with this.
I am running Orthanc in Docker and created an HTML form to upload via POST /upload?token=, where the token contains:
{
“exp”: 1750477418.0677464,
“purpose”: “upload”,
“label”: “admin”
}
It works fine, but will not add the Label to the study.
I would appreciate any help.
Much thanks!