I have a Rails API that I want to take a file as a parameter. I've done this before in a traditional Rails app using the file input, but Im not exactly how I can do that using cURL, Advance REST Client, etc.
Asked
Active
Viewed 26 times
0
-
Here is a good answer to this question: http://stackoverflow.com/questions/4083702/posting-a-file-and-data-to-restful-webservice-as-json – Mark Locklear Nov 15 '16 at 13:49
-
1Thanks I will check that out! I figured there would have to be something here about this, but I couldnt find anything. – Caleb Sayre Nov 16 '16 at 18:35