Re: File upload without writing to temp file (on Google App Engine)

2009-07-15 Thread uud ashr
.. - Od: Adrian Merrall Přijato: 21.6.2009 9:35:25 Předmět: Re: File upload without writing to temp file (on Google App Engine) On Sun, Jun 21, 2009 at 7:18 AM, Joe Fawzy joewic...@gmail.com wrote: Hi split it into small chunks and store each

Re: File upload without writing to temp file (on Google App Engine)

2009-07-10 Thread uud ashr
ster...@atlas.cz wrote: Hi, I know, how to store data, but I dont know, how to upload it without writing to file and spawning new threads.. - Od: Adrian Merrall Přijato: 21.6.2009 9:35:25 Předmět: Re: File upload without writing to temp

Re: File upload without writing to temp file (on Google App Engine)

2009-06-22 Thread Dolejs Vlastimil
Hi, I know, how to store data, but I dont know, how to upload it without writing to file and spawning new threads.. - Od: Adrian Merrall Přijato: 21.6.2009 9:35:25 Předmět: Re: File upload without writing to temp file (on Google App Engine

Re: File upload without writing to temp file (on Google App Engine)

2009-06-21 Thread Adrian Merrall
On Sun, Jun 21, 2009 at 7:18 AM, Joe Fawzy joewic...@gmail.com wrote: Hi split it into small chunks and store each as a blob in datastore entity Joe On Sat, Jun 20, 2009 at 1:44 PM, Dolejs Vlastimil ster...@atlas.cz wrote: Hi, I´m trying write wicket application for Google App Engine.

File upload without writing to temp file (on Google App Engine)

2009-06-20 Thread Dolejs Vlastimil
Hi, I´m trying write wicket application for Google App Engine. App Engine has some restrictions, one of them is, that you can´t work with filesystem. I´m trying upload images with FileUploadField, but i get AccessControlException. Looking through source code i found there is DiskFileItemFactory,

Re: File upload without writing to temp file (on Google App Engine)

2009-06-20 Thread Joe Fawzy
Hi split it into small chunks and store each as a blob in datastore entity Joe On Sat, Jun 20, 2009 at 1:44 PM, Dolejs Vlastimil ster...@atlas.cz wrote: Hi, I´m trying write wicket application for Google App Engine. App Engine has some restrictions, one of them is, that you can´t work with