thank you very much for your help 2009/12/1 Ikai L (Google) <[email protected]>
> Blobs will work fine, but what you'll need to be aware of is the 1mb limit. > You'll have to break your file into 1mb chunks and reassemble them into a > larger file. We will be rolling out support for large files soon per our > public roadmap: > > http://code.google.com/appengine/docs/roadmap.html > > > On Tue, Dec 1, 2009 at 1:34 AM, hicham khairane > <[email protected]>wrote: > >> Thank you for your responses, in this case any one has an adea how to >> stock a video files into GAE database , i am using jpa with annotations. >> >> I am thinking about using blob objects >> >> any ideas >> >> Hicham >> >> 2009/11/30 Ikai L (Google) <[email protected]> >> >> It wouldn't work anyway. App Engine won't let you open a port to listen >>> on, and even if you did implement this App Engine will format your response >>> like an HTTP response. >>> >>> >>> On Mon, Nov 30, 2009 at 9:55 AM, Adam <[email protected]> wrote: >>> >>>> AppEngine's design is prejudiced towards HTTP requests. If it is even >>>> possible, which I doubt, you'd have to write the FTP server >>>> implementation from scratch, and you'd be subject to AppEngine's >>>> strict limit on the amount of time that a request has to be completed. >>>> >>>> A bad, bad idea. >>>> >>>> -- >>>> >>>> You received this message because you are subscribed to the Google >>>> Groups "Google App Engine" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<google-appengine%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine?hl=en. >>>> >>>> >>>> >>> >>> >>> -- >>> Ikai Lan >>> Developer Programs Engineer, Google App Engine >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google App Engine" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<google-appengine%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
