$cordovaFileTransfer.upload - multiple files of different type in single request?

Hello, I am making an app where i can send messages with attachments (pictures,audio,video) , i tried $cordovaFileTransfer which works fine with single file or multiple file of same type ,is there is any way to upload multiple files of different type (audio,video,pictures) in a single request ?