Coder Social home page Coder Social logo

Comments (5)

VGirol avatar VGirol commented on August 30, 2024 1

Ok ! Thank you for your answer.
I misunderstood the role of resumable.js. I thought it was used to bypass the minimum size of upload defined for the server and thus to allow upload of large files.
My bad,
And once again, thank you for the explanation.

from nova-file-manager.

Rezrazi avatar Rezrazi commented on August 30, 2024

Can you please check what the max post size is in your PHP config?

from nova-file-manager.

kprimdal avatar kprimdal commented on August 30, 2024

Just experience the same, has upload_max_filesize = 256M but cannot upload 71MB

from nova-file-manager.

kprimdal avatar kprimdal commented on August 30, 2024

Sorry, fixed after changing post_max_size also

from nova-file-manager.

Rezrazi avatar Rezrazi commented on August 30, 2024

@VGirol perhaps to add some info to your issue, we currently use https://www.npmjs.com/package/resumablejs under the hood. What this library does, in combination with https://github.com/pionl/laravel-chunk-upload, is allow us to split up huge files into smaller chunks to allow for faster uploads and slightly reduce the load on the user's browser.

What you could check is the configuration of your server, both PHP and Nginx/Apache/etc to allow for a minimum size of uploads to match the required chunkSize of the library.

The current chunkSize is set to 50MB, unfortunately we didn't account for customization of this value, but we will gladly accept any PR.

Please feel free to reopen the issue if the problem persists, and please make sure to add any relevant data which would help us debug this together.

from nova-file-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.