Webportal not download pdf files

Hello
in webportal when click to download pdf i got error message
ErrorFileSizeTooLarge: 386900 (max 20480)
but in php.ini
upload_max_filesize = 100M
post_max_size = 150M;

in nginx
client_max_body_size 128M;
proxy_max_temp_file_size 0;
proxy_buffering off;
server_names_hash_bucket_size 256;

so is this a bug in webportal or i miss something

Hi @Ghonz

You have to set MAIN_SECURITY_MAXFILESIZE_DOWNLOADED to a number >20480( which is the default max in webportal) in Home->Setup->Other Setup

1 Like

Hi @sonikf
this is work
many thanks

could the customer create price request via webportal?

No.

Bear in mind that webportal is still in experimental status!

yes i know, this option would be added value
thanks