I tried to upload zip file , and looks like I can upload and unzip files less then 2 mb . D o I need change any configuration to be able to upload and unzip files larger then 2 mb with razuna?
Thank you !
Where, what version of Razuna? etc? There is no ZIP file limitation per se
in general. All depends on the configuration.
I am using razuna 1.8 and my os is centos 7
As this is your own install you need to configure this in your web
settings. Check tomcat upload limit on the web.
I have increased max-file-uplode in WEB.XML and it is still not allowed me to upload larger files. I will send screenshot later.
I tried again and it is not successful. This is the screenshot :
Looks like it tries to upload but on 22% it starts rolling back and never finish uploading.
Is it any way I can check some log why it is not working ? I checked razuna logs , but didn’t got the answer.
Thank you for help !
This is two more configuration files :
And other one :
Thank you for your reply ! I figured out my problem.
I have couple linux virtual machines connected to internet through nginx and that was configuration option which I changed to client_max_body_size 500m;
Thank you again!