-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warp: How to increase maximum number of files? #855
Comments
You'd need to change the settings with something like this: |
@snoyberg Yeah, I found this one earlier. But it isn’t obvious for me looking at the Warp’s API how would I use it there. |
Ah, I think I should look into the Servant library I’m using: https://hackage.haskell.org/package/servant-multipart-0.12.1/docs/src/Servant.Multipart.html |
I’m closing this issue since it was misaddressed. I wanted to actually know how to customize that option for servant-multipart library specifically. Here is the following discussion: haskell-servant/servant-multipart#57 |
Hey, I’ve implemented a file uploading via multipart/form-data using Warp & Servant but now I’m getting this exception when I’m selecting more than a few files:
How can I increase this maximum number of files for Warp?
The text was updated successfully, but these errors were encountered: