IONIC3 HOW TO UPLOAD MULTIPLE FILES (e.g. IMAGES ) IN SINGLE POST REQUEST?

(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. ??

Hope anyone can help me on this issue.

Many Thanks!

Kind Regards,

Same Problem With Me
I am Having Trouble to do that as well.

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.

1 Like

Hi, i’m facing same issue did you get any answer