Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

MUK DMS 12 - cannot store more than 25MB file #76

Closed
asolano88 opened this issue Mar 8, 2019 · 8 comments
Closed

MUK DMS 12 - cannot store more than 25MB file #76

asolano88 opened this issue Mar 8, 2019 · 8 comments

Comments

@asolano88
Copy link

Cannot store more than 25MB file.

In MUK DMS 11 - this was not an issue.

@keshrath
Copy link
Member

keshrath commented Mar 8, 2019

Are you getting an error? Or have you simply not changed the setting, which is set to 25MB by default.

@asolano88
Copy link
Author

I have changed the File upload size setting to 100MB.

Once I upload a 68MB file or greater than 25MB, it will indicate that selected file size exceeded maximum of 25MB.

@keshrath
Copy link
Member

keshrath commented Mar 8, 2019

muk-it/muk_web@ce94517

@keshrath keshrath closed this as completed Mar 8, 2019
@asolano88
Copy link
Author

Thank you. That solved the issue.

@asolano88
Copy link
Author

asolano88 commented Mar 9, 2019 via email

@keshrath
Copy link
Member

keshrath commented Mar 9, 2019

The biggest limitation for this is the Odoo Binary Field and the Odoo Framework itself. This internally uses base64 for files and no streams. This means you have to be able to convert the file to base64 and this is sometimes a problem with larger files.

@asolano88
Copy link
Author

asolano88 commented Mar 10, 2019 via email

@JDSalcedo
Copy link

Thanks @keshrath for your amazing work, I already note that this issue is present in v13 too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants