Re: upload size limit?

2010-09-24 Thread Oren Teich
There is no hard limit - it's all the same 30 second time limit.  No
request can take >30 seconds.

Oren

On Fri, Sep 24, 2010 at 8:12 AM, marcel  wrote:
> I'm using PaperClip to crop and create thumbnails, with everything
> stored in S3. I'm just curious if there's any kind of hard limit on
> upload size to be aware of.
>
> A Flash-based solution would be superior, but I'm sure there's some
> pain getting everything working correctly and its not justified at the
> moment.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Heroku" group.
> To post to this group, send email to her...@googlegroups.com.
> To unsubscribe from this group, send email to 
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/heroku?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: upload size limit?

2010-09-24 Thread marcel
I'm using PaperClip to crop and create thumbnails, with everything
stored in S3. I'm just curious if there's any kind of hard limit on
upload size to be aware of.

A Flash-based solution would be superior, but I'm sure there's some
pain getting everything working correctly and its not justified at the
moment.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: upload size limit?

2010-09-23 Thread chris
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  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 her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.