Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

How to Upload Image and video together in list

$
0
0

@vcass wrote:

How to upload image and video in list in ionic. Is there possibility to send as FormData. I have been looking solution but could not make out.

your supports and ideas.

var index = 0;
if (this.images.length > 0) {
  this.images.forEach(function (item) {
    for (let key in item) {
      if (key == 'localURL') {
        const blobFile = new Blob([item[key]], { type: 'jpg' });
        formData.append("arrayList[" + index + "].file", blobFile, 'image');
      };
    }
    index++;
  })
}

Not hitting the sever.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>