Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
12247 Vues

I'm using Odoo version 10, Binary file upload works fine below with size of 10 MB. How to increase the file size to 50 MB. I have tried to increase the file size manually in the js file. But it doesn't work.

this.max_upload_size = 50 * 1024 * 1024; 
Avatar
Ignorer
Meilleure réponse

maybe there is another problem because the file limit is 25mb, not 10mb and this.max_upload_size = 50 * 1024 * 1024 should works

Avatar
Ignorer

It might be caused even by nginx client_max_body_size limit

Publications associées Réponses Vues Activité
1
mars 22
5535
0
août 22
2282
1
juil. 22
19989
0
avr. 22
2953
3
sept. 21
3142