JornWildt / Ramone

A C# client framework for consuming HTTP/REST services
Other
61 stars 11 forks source link

Make it possible to specify file-upload name #11

Closed JornWildt closed 10 years ago

JornWildt commented 10 years ago

The IFile implementation Ramone.IO.File takes a filename and uses that in uploads. It would be nice to supply both a local filename (for input) and a different upload filename.