Unable to Upload Report Header Images

I am using openelis-global 3.2.0. I have been unable to upload any images in admin Report Section. It recieve 500 error. The logs shows a Multipart error.

1 Like

can you share URL?? from which page you are not able to upload report!

1 Like

This is the URL:
https://localhost/api/OpenELIS-Global/rest/logoUpload

1 Like

Hello @Kriti_Mandal ,
Thanks for reporting the Error. it happened after we upgraded to Tomcat 10 which requires Explicit Multipart Configuration
In Tomcat 8 and javax.servlet , the DispatcherServlet automatically picked up multipart requests without needing explicit configuration ,
Ive made a fix here. After the fix gets merged ,you will just do a docker pull to have that updated in your app

3 Likes