n1crack / vuefinder

Empower your Vue.js applications with this versatile and customizable file manager component, simplifying file organization and navigation.
https://vuefinder.ozdemir.be
MIT License
259 stars 75 forks source link

Error: Cannot parse server response. #46

Closed smieruch closed 8 months ago

smieruch commented 8 months ago

Hi, I'm getting a "Cannot parse server response." error while trying to upload a large .zip file, see screenshot. I set the max-file-size='10000MB' and inside php.ini upload_max_filesize = 10000M. Screenshot from 2024-02-29 10-19-14

Thanks.

smieruch commented 8 months ago

Ah ok, sorry, I forgot to set post_max_size = 10000M. Solved.