I'm developing a hybrid application using the Apache cordova plug-ins, I can upload images and videos on a server one by one with the file transfer plug-in, but I can not send more images and videos at the same time. this problem? I was thinking of converting images and videos to base64 and then sending the base64 strings corresponding to the server, but I can not find a function that converts the base64 video after it has been acquired.