up vote 1 down vote favorite
share [g+] share [fb]

I have been learning to fake posting forms using Ruby's Http class, but now I need to post a file (as in faking a form submission where one of the fields is input type="file"). Anyone know how to do this?

NB It's not essential I use the Http class, just that I can post files.

link|improve this question

feedback

2 Answers

Maybe this will help (SO): Ruby: How to post a file via HTTP as multipart/form-data?

link|improve this answer
feedback

This one might help as well

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.