Git Product home page Git Product logo

Comments (4)

steffentchr avatar steffentchr commented on June 9, 2024

@davidchase, there's no such concept at the moment -- although I can see a hypothetical use for it. One question to answer is this: Which use case would have you rewinding a subset of chunks rather than rerunning the entire upload? (I'm asking mainly because the current model already allows for validation of the full file and individual chunks.)

from resumable.js.

davidchase avatar davidchase commented on June 9, 2024

@steffentchr Thanks for the quick reply, the project we are currently working to upload videos lets say we have a 100 chunks and 1-49 uploaded fine but chunk 50 was bad on the server side so it tells the front-end hold up re-upload the bad chunk and then if all is well continue on with 51-100... im trying to figure how can we accomplish that method... hopefully it makes sense

from resumable.js.

steffentchr avatar steffentchr commented on June 9, 2024

@davidchase Alright; I'll close this issue for now -- but feel free to throw in thoughts and reopen. It's an interesting idea, so something to consider and pursue.

from resumable.js.

davidchase avatar davidchase commented on June 9, 2024

@steffentchr couldnt this concept be attained perhaps by getting how many bytes have been already uploaded and then using that as a starting point to re-upload from that chunk instead the whole file?

So the server sends an error message and file size, we capture the event on a chunk fail and using the number of bytes already uploaded resume only partial uploading of the file... granted the file is already uploaded

from resumable.js.

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.