Skip to content

Version 7.2.0

Choose a tag to compare

@danialfarid danialfarid released this 12 Sep 16:52

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}