socketry / multipart-post

Adds multipart POST capability to net/http
MIT License
293 stars 72 forks source link

ensure potential FilePart responds to original_filename #20

Closed steved closed 10 years ago

steved commented 12 years ago

Some gems modify String to include a content_type method. They generally do not add an original_filename, however, and this causes problems when creating a new FilePart

steved commented 11 years ago

Bump?

nicksieger commented 10 years ago

Thanks!