Multiple file upload in Ionic

Hi All, I need to upload multiple files in Ionic. Files involve images (.jpg, .png ) and documents (.pdf,.doc,.docx). There could be max 4 images and 4 documents that could be uploaded at a time. I searched a lot over the web, but no where I found an exact solution to this problem. I have already tried file-transfer-plugin but with this we can upload only one file at a time. I looked at ng2-file-transfer but I’m not getting how exactly to use this. Any help will be appreciated, thanks in advance.

1 Like

did you get any solution for this?

Yes, I found a solution to it. I wrote a detailed answer on stackoverflow, please refer this link for same,