Hi all,
I noticed that files that have size greater to 10MB are not correctly managed by the filePicker component, i.e. I can't upload them to the server because the server module throws an error. I don't have this issue using files with size below to 10MB.
Is there some limit set for the size of the file?
Thanks
VL-WEB filepicker max file size
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: VL-WEB filepicker max file size
By default, the LANSA Webserver Plugin protects the LANSA from receiving unnecessarily large files.
This can be configured in the Web Administrator. Open your current configuration and then select the Webserver configuration. The HTTP Post Request Guard value can be modified as required. If you're using Apache, that should be all that you need to do. However IIS also has it's own protection. This can be modified in the Request Filtering settings. Restart the Webserver and IIS and all should be well.
This can be configured in the Web Administrator. Open your current configuration and then select the Webserver configuration. The HTTP Post Request Guard value can be modified as required. If you're using Apache, that should be all that you need to do. However IIS also has it's own protection. This can be modified in the Request Filtering settings. Restart the Webserver and IIS and all should be well.
Re: VL-WEB filepicker max file size
It works flawlessly! Thanks!