Skip to content
Snippets Groups Projects
Commit e520aabc authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website_slides: allow upload of >20MB files (as limit is 25MB)

There is a double-check (on client and on server) to prevent the user to
upload a >25 MB document. The client checks the actual file size while
the server guesses it from the total received payload. This server guess
is wrong as the extra payload is quite huge (5-10MB). Now the server
checks the real file size as it should have from the beginning.
parent 0b4f190b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment