I've successfully used the FileTransfer API to upload files to a
server one at a time.
Is there a way to include more than one file in the
FileTransfer.upload() method?
I could, of course add server-side logic to collect files submitted in
multiple uploads, but am trying to re-use an existing service that
supports HTML file upload submissions.
Also interested in this question. I am trying to write na application
that makes multiple select of photos from library and uploads them to
a remote server.
> I've successfully used the FileTransfer API to upload files to a
> server one at a time.
> Is there a way to include more than one file in the
> FileTransfer.upload() method?
> I could, of course add server-side logic to collect files submitted in
> multiple uploads, but am trying to re-use an existing service that
> supports HTML file upload submissions.
<manishkungw...@yahoo.com> wrote: > Hi, > Would you know, how to recieve the multipart POST request in a JSP > webservice hosted on Tomcat??
> On Aug 16, 8:57 pm, Faisal Siddiqi <fsidd...@gmail.com> wrote: >> Hi -
>> I've successfully used the FileTransfer API to upload files to a >> server one at a time.
>> Is there a way to include more than one file in the >> FileTransfer.upload() method?
>> I could, of course add server-side logic to collect files submitted in >> multiple uploads, but am trying to re-use an existing service that >> supports HTML file upload submissions.
>> Any thoughts/direction would be appreciated.
>> Thanks
>> Faisal
> -- > You received this message because you are subscribed to the Google > Groups "phonegap" group. > To post to this group, send email to phonegap@googlegroups.com > To unsubscribe from this group, send email to > phonegap+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/phonegap?hl=en?hl=en
> For more info on PhoneGap or to download the code go to www.phonegap.com
> I've successfully used the FileTransfer API touploadfilesto a
> server one at a time.
> Is there a way to include more than one file in the
> FileTransfer.upload() method?
> I could, of course add server-side logic to collectfilessubmitted inmultipleuploads, but am trying to re-use an existing service that
> supports HTML fileuploadsubmissions.