(IONIC 3) I’m encountering a problem which is uploading files (e.g. images) i’ve already tried the filetransfer and it only uploading single file image. my problem is how can i upload MULTIPLE IMAGE in SINGLE POST request. ??
yes filetransfer can upload only single file.But we can send images as a Base64 strings in an array and at server we can get each base64 string from an array and generate images.