Yep Bruno: you are right!!!
I found a problem with multiple file upload:
http://code.google.com/p/googleappengine/issues/detail?id=3351&q=upload&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log

Do you know any workaround?
I am trying to substitute onSubmit the
<input type="file" id="filesToUpload" name="myPic[]"
multiple="multiple"/>
.. with several:
<input type="file" id="filesToUpload" name="myPic[]"/>
.. but I still have some problems ..

On Nov 9, 12:37 pm, Bruno Fuster <brunofus...@gmail.com> wrote:
> Hi,
>
> You shouldn't have these limitations when using
> blobstoreService.createUploadUrl("/upload")
>
> Att
>
>
>
>
>
>
>
>
>
> On Wed, Nov 9, 2011 at 6:34 PM, Miguel <doctormig...@gmail.com> wrote:
> > Hi everyone,
> > I need to upload big files to the Google App Engine blobstore and I
> > was thinking about a possible solution .. The problem with the normal
> > frontend is the 60 seconds timeout, but from what I understood about
> > backends the problem there is that I have to pass from a queue and so
> > the client will lose the endpoint with server, am I right?
> > Is there a way to pass transparently the upload calls to a backend in
> > order to run indefinitely, so that the client can upload also big
> > files?
>
> > Thank you,
> > Michele
>
> > --
> > 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
> > google-appengine-java@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.
>
> --
> Bruno Fuster

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

Reply via email to