vote up 0 vote down star

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.

flag

2 Answers

vote up 0 vote down

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

link|flag
vote up 0 vote down

This one might help as well

link|flag

Your Answer

Get an OpenID
or

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