Posting an array to Post/Put API with FromForm parameter

I'm back again, after some use, I found that the x-www-form-urlencoded can't be used for uploading file, while what I need is sending both the array and the file.
Anyone can help me?