How do we handle upload request if JsonParser has been enabled in config file?

Hi Guys,

I am trying to create a restful controller to handle upload requests but I am not sure about the input format. In my case, I’ve turned on the JsonParser but I think the parser will strip out all post request with multipart/form-data header.

My question is what is a proper way to handle upload request in my restful controller. Should I turn off the parser?

Thanks.