1. While configuring following the server failed to upload large files. If following changes are made there is still an error. Is there any other configuration also to be made?
In local.cfg, I increased upload file size by changing the local.cfg line
spring.servlet.multipart.max-file-size = 512MB
to
spring.servlet.multipart.max-file-size = 3GB
tried
spring.servlet.multipart.max-file-size = -1
But it fails to upload large files
2. How to customise "Simple Item Page". This is to add more elements to display
Any help is greatly appreciated.
with reg
Sunita Barve