danabr / multipart-parser

A multipart parser written in Ruby
MIT License
17 stars 10 forks source link

how to use it #6

Open palpandiR opened 5 years ago

palpandiR commented 5 years ago

Hi

Can you share the infor how to use it in READEME file.

danabr commented 5 years ago

That wouls be good. However, I haven't used this library myself for almost 8 years, so to figure out how to use it I would have to read the tests and perhaps also the code. Feel free to do this yourself and open a pull request with the changes you suggest to the README file.

infinity-computers-dot-net commented 4 years ago

multipart-parser is a simple parser for multipart MIME messages

Having struggled for over two hours to get this library to parse a single message, I'm calling bullshit on this claim.

yasonk commented 3 years ago

I wrote a stack overflow answer for this: https://stackoverflow.com/questions/58083730/how-i-can-decode-or-parser-multipart-form-data-in-ruby-2-5-and-get-hash-with-p/64618596#64618596 Maybe a slightly more cohesive and comprehensive explanation would be good enough for a README.