It's not like you can really store the files on heroku, so you're probably better off using the flash based approach (linked at the bottom of the docs) or POSTing the form directly to s3 (directions: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1434 )
On Sep 23, 1:38 pm, marcel <[email protected]> wrote: > I'm curious if there is any kind of upload size (or time) limit? I saw > some old discussions about a 10MB limit, but those are so old I don't > trust them. > > I only found one place in the Heroku docs that "discourages" > uploading files larger than 4 MB, but its not clear what the real > limit is. > > http://docs.heroku.com/s3 -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
