Carga de archivos de varias partes en singlerequest en phonegap android
Frecuentes
Visto 287 equipos
2
I have a three audio files stored into array. I want to upload the files into server into a single request with filekey values 'utterence1','utterence2','utterence3' but in a phone gap Transferencia de archivos method in single request only upload one file with key value 'utterence1'. But I need to upload three files in to single request.How can i do this?
0 Respuestas
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas android file-upload cordova multipart or haz tu propia pregunta.
Not currently supported. so I think files one at a time in a loop seems like reasonable option. - Suhas Gosavi