Code Monkey home page Code Monkey logo

Comments (3)

bgmastermind avatar bgmastermind commented on May 24, 2024

Does not really help, you, but my advise is, do not chunk your files. Absolutely no benefit for files under 100mb. Really not worth the effort especially for pictures and other small files. For the shared hosting uploading parameters can be adjusted and you can make it work there it normal upload. If you have some sort of special hosting that does not allow that (must be very rare) just change it. Plenty of offers.

from laravel-chunk-upload.

eikem avatar eikem commented on May 24, 2024

Thank you for your advice. I have already changed the parameters on the Shared Hosting, but it normally crashes above 20Mb which is sometimes just 5 Photos. I played heavly around with the settings also from dropzone. My hope was 30 Parallel uploads max Total 100Mb. but no chance. I set it down to 3 Parallel Uploads, but then realised that the queue won't restart by itself, but just found a way to restart, but if I see it right than this will also mean multiple times a post to my store action which means multiple times writing into the database, so I would still need to fix that problem.

UPDATE:
I just found out that if I remove params: function (files, xhr, chunk) than I get just the filename from the image-folder and not the other names from the chunks. I don't understand anyway what the params are good for, but it might actually work now. I wished the Documentation on here, but also on Dropzone itself would be a bit more detailed, but thank you for the package !

from laravel-chunk-upload.

pionl avatar pionl commented on May 24, 2024

Sorry for the inconvenience. I'm using base Dropzone setup which copies the same docs from Drozpzone. I would not recommend to change params: function (files, xhr, chunk) which definitely changes the structure of the request. I would definitely use different method to "inject" additional data.

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.