Coder Social home page Coder Social logo

Throw on('limit') ? about async-busboy HOT 4 CLOSED

m4nuc avatar m4nuc commented on June 15, 2024
Throw on('limit') ?

from async-busboy.

Comments (4)

m4nuC avatar m4nuC commented on June 15, 2024 1

Hi, I've just merged #18 which allow setting a custom handler for onFile, it should work for your use case. See the doc:

If a custom onFile handler is specified in the options to async-busboy it will only resolve an object containing fields, but instead no temporary files needs to be created since the file stream is directly passed to the application. Note that all file streams need to be consumed for async-busboy to resolve due to the implementation of busboy. If you don't care about a received file stream, simply call stream.resume() to discard the content.

from async-busboy.

m4nuC avatar m4nuC commented on June 15, 2024

See if the answer to your preview issue (#24) helps with that.

from async-busboy.

karladler avatar karladler commented on June 15, 2024

Thanks, I already found that it's possible to set the fileSize limit using const {files, fields} = await asyncBusboy(ctx.req, {limits: fileSize: 1000}}); but this will actually truncate the file only to the given limit. I wan't to know wether the file exceeds the limit while writing. I'm currently checking after reading the files whether the file size is exactly the limit e.g. 1000.
It work's in practice but theoretically you can't say whether the file has exactly 1000 bytes or it's a bigger file. That's why I would be happy to have an exception thrown like described above.

from async-busboy.

karladler avatar karladler commented on June 15, 2024

This should do it. Thank you!

from async-busboy.

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.