Version 7.2.0
file option now accepts a map of key,name -> file which would replace the old fileFormDataName and fileName options. The name is optional.
Migration notes:
*fileFormDataName and fileName are removed. Use a map of key, name -> file for the file option instead. Sample: {'doc, myDoc.pdf': docFile, 'pic, profile.png': picFile}