socketry / multipart-post

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

Adding a helpful reminder around UploadIO's alternate constructor #11

Closed christineyen closed 13 years ago

christineyen commented 13 years ago

This change is purely documentation / a reminder to not ignore the third parameter in UploadIO.new(file, content-type, filename)

nicksieger commented 13 years ago

Thanks very much! Documentation improvements are always appreciated.