We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I implemented a UIActivity subclass using Flickrkit, but when uploading I get a "POST size too large" at the end. Any hints?
... 2015-11-23 16:14:43.048 foo[8220:2746780] file size is 781673 2015-11-23 16:14:43.049 foo[8220:2746780] Sent 4096, total Sent 778240, expected total 781673 2015-11-23 16:14:43.050 foo[8220:2746780] Upload progress is 0.995608 2015-11-23 16:14:43.050 foo[8220:2746780] file size is 781673 2015-11-23 16:14:43.050 foo[8220:2746780] Sent 3433, total Sent 781673, expected total 781673 2015-11-23 16:14:43.050 foo[8220:2746780] Upload progress is 1.000000 2015-11-23 16:14:43.981 foo[8220:2746851] <?xml version="1.0" encoding="utf-8" ?> <rsp stat="fail"> <err code="93" msg="POST size too large! Try something smaller, mmkay?" /> </rsp>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I implemented a UIActivity subclass using Flickrkit, but when uploading I get a "POST size too large" at the end. Any hints?
The text was updated successfully, but these errors were encountered: