Iron Router to accept multipart file form POST request

Hi, How can i make Iron Router to accept Image/File POST Request form Submission and later use that retrieved file/image data to upload to the server. I saw lot of examples using Busboy and some NPM packages, I could not understand any of them. Is there any easy and clean way?

1 Like