Relative Content

Tag Archive for typescriptnestjs

Nestjs formdata streaming

Basically I have an external api for campaign update. Each campaign contains a image. That API expects image as file from my end. (jps,jpeg,svg,png,GIF format). I already did post api and its working fine. but in my update api its being success but values are not changing. here I am attaching my code.