I am assuming here that your .avi file is a static resource. Let me know if this assumption is incorrect.
App Engine responses are bounded by the 10 Megabyte response size upper limit. If your file is smaller than this, then yes, you will be able to return it, even if the user has a slow connection -- as long as the download begins in under 30 seconds, you'll be fine. - Jason On Sat, Aug 29, 2009 at 1:01 AM, asianCoolz <[email protected]> wrote: > > may i know if i upload an avi file into app engine, can it be played > by user since there is limit of http duration of 30seconds? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
