henriquez / chatter-api-sample-public

A sample application for the Chatter REST API
8 stars 2 forks source link

KNOWN ISSUE: Large File Uploads #1

Closed henriquez closed 12 years ago

henriquez commented 12 years ago

Large file uploads are not supported due to limitations around how Heroku works. In a real application where you have control over your web server you should use X-sendfile rather than sending the file through your application stack.

henriquez commented 12 years ago

no fix