Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5621 Представления

Hi everyone, 

I just wanted to send a mail in Odoo 11. When I try to upload file its okay, uploading normally. However, when I try to upload a specific pdf file its not uploading to Odoo. Spinning is showing, its waiting to infinity. It's not uploading to system ang no giving error.

Any idea to fix it? 


Here is the specific pdf file which is trying to upload: 

https://files.fm/u/vs3zntxr


Image of the spinning moment:

https://ibb.co/k77rpq


best regards.

Аватар
Отменить

Hi,
Are you hosting odoo with your own dedicated server (on-premise) with nginx installed?

Hi, i have same problem and i using own dedicated server with nginx installation, may i know how to solve it?

Лучший ответ

If you are using Nginx:- 

Add this to the site config file in the server block

change the upload size as you want, here it's 100MB

client_max_body_size 100M;
Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
янв. 19
9708
1
июл. 18
12341
2
июн. 18
22245
1
нояб. 22
3358
2
авг. 22
7694