Upload ZIP Files

Hello,

       Few weeks ago our Orthanc stop to accept the upload of zip files. Everytime we try to upload a zip file we get the following response:

{
“Details” : “Cannot parse an invalid DICOM file (size: 4649256 bytes)”,
“HttpError” : “Bad Request”,
“HttpStatus” : 400,
“Message” : “Bad file format”,
“Method” : “POST”,
“OrthancError” : “Bad file format”,
“OrthancStatus” : 15,
“Uri” : “/instances/”
}

         At first glance I've thought that could be a problem with the zip file. So, tried a lot of another zip files always with same error.

         Downloaded a Orthanc Docker from internet and run it on my machine. Try with the problematic zip file and it worked just fine.

          Do you guys have any ideas how can I fix this?

           Regards.

Hello,

If you expect support from this discussion group, please provide a minimal working example, including a ZIP archive and a command-line call to the REST API of Orthanc.

Regards,
Sébastien-