-
Notifications
You must be signed in to change notification settings - Fork 43
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
File upload cookbook limited to small filesizes #12
Comments
Can you send a PR fixing that ? |
Created #14 Though, I'm not sure how to solve the 413 issue. |
Thanks for the PR! I tried with the resolver 6.11 and I was getting 413 status code as expected.
I guess you are probably using an old version of the package ? |
I also get a 413 - but do you get an error page, or do you just get a "connection reset" in the browser? I'm using the stock packages in Ubuntu 16.04, don't seem to have a resolver package - how can I check that? |
Okay, so I'm getting the connection reset in Firefox. But for Google Chrome it properly shows the error message. I'm guessing this maybe an issue with firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=746877 |
@lightraven24 Can you confirm if this is working for you in Chrome ? Probably this should be filed as a bug in the Yesod repository. |
The file upload cookbook should set maximumContentLength as it cuts out at the default 2MB right now.
Also, it doesn't gracefully handle the 413 - it just fails with "connection reset".
The text was updated successfully, but these errors were encountered: