Re: Unable to open uploaded pdf and docx file

2024-03-26 Thread Lukasz Lenart
I have no idea what can be wrong here. You are using your custom download mechanism instead of using Stream result [1] which isn't related to Struts itself. I would double check if uploaded files are ok (access them on the server side once they have been uploaded). [1] https://struts.apache.org/co

Re: Unable to open uploaded pdf and docx file

2024-03-26 Thread Mahabir Gupta
Dear Lukasz, Uploaded files are ok (access them on the server side once they have been uploaded). The MD5 for the uploaded file to the server and the downloaded file from the server is different. There is a decrease in the number of kb when the file is downloaded. The MD5 changed when it passed th