Code Monkey home page Code Monkey logo

Comments (3)

pionl avatar pionl commented on May 28, 2024

Quick reaction:

  1. The chunk is to large to send for your hosting, check google or take a screenshot of the request in Chrome. Small chunk is fine and some time preferred.
  2. Not implemented, probably not sending any file. Will try to handle this.
  3. Yes, it's mainly used via move method which will delete original file. When successfully uploaded you must delete the file by your self. Otherwise it will be delete by the clean command (when the file is old enough).
  4. Only temp folder can be used, it would be unusable to upload every chunk to cloud and then download it for merging. Very similar to #24

from laravel-chunk-upload.

pionl avatar pionl commented on May 28, 2024

Hi @dels07, have you found any solution?

from laravel-chunk-upload.

pionl avatar pionl commented on May 28, 2024

I have noticed that the last chunk is larger than allowed chunk, this happens always. I've allowed only 1MB but 1.7 MB is sent. Otherwise it works well as it should. See 23/resumable.js#51

------WebKitFormBoundaryol9TLaGM73REQldU
Content-Disposition: form-data; name="resumableChunkSize"

1048576
------WebKitFormBoundaryol9TLaGM73REQldU
Content-Disposition: form-data; name="resumableCurrentChunkSize"

1747310

Also simultaneousUploads is not supported.

from laravel-chunk-upload.

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.