The web component only can transfer text OR an image, multipart/formdata
is not supported
A solution might be to convert your image into base64 format and transfer it together with the other data as text
See also
Taifun
The web component only can transfer text OR an image, multipart/formdata
is not supported
A solution might be to convert your image into base64 format and transfer it together with the other data as text
See also
Taifun