This question has been flagged
1 Reply
1490 Views

While using CookComputing (XML\-RPC\.net\)\ to\ upload\ PDF\ files\ to\ the\ Documents\ app\ in\ Odoo\.sh,\ we\ found\ an\ error\ occurs\ only when\ the\ file\ is\ over\ 600K\.

Error:

The\ request\ was\ aborted:\ The\ request\ was\ canceled\.


Stacktrace: 

at\ System\.Net\.ConnectStream\.InternalWrite\(Boolean\ async,\ Byte\[\]\ buffer,\ Int32\ offset,\ Int32\ size,\ AsyncCallback\ callback,\ Object\ state\)
\ \ \ at\ System\.Net\.ConnectStream\.Write\(Byte\[\]\ buffer,\ Int32\ offset,\ Int32\ size\)
\ \ \ at\ XmlRpc.WebServiceConnection.SendRequest(String dataRequest)

Avatar
Discard
Best Answer

The file size limit for uploading a document using XML-RPC in Odoo.sh depends on the server configuration. By default, there is no file size limit for uploading files through XML-RPC in Odoo.sh.

Avatar
Discard