novice_mux
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by novice_mux-
I won't able to upload a file from rest-client. Surprising, It does work with the postman, though postman externally using rest call only. I think something wrong with the code that I have writte...
-
Thanks for reply 🙂 Yah, it worked with the boxr gem. I had figured it out before.
-
I am also having the same error when I tried with rest-client gems still not solved I moved one step ahead and stuck with the different problem. This might help you. First tried in postman if it ...
-
I am trying to upload file with'rest-client' gems. I have tried but no luck. Here the code I tried so far.content_type = MIME::Types.type_for('/home/vagrant/mukesh.txt').first.content_type heade...