MER-C / wiki-java

A MediaWiki bot framework in Java
GNU Affero General Public License v3.0
66 stars 58 forks source link

Add InputStream support for the upload method #150

Closed kevinmichaelchen closed 6 years ago

kevinmichaelchen commented 7 years ago

Currently, upload only supports File and URL parameters. It'd be nice to support InputStream so you can e.g., stream bytes from a database into MediaWiki.

MER-C commented 7 years ago

Sorry for the late reply. I've been thinking about this... what about dumping the stream contents to a temporary file and passing that? I'm very hesitant to add new overloads.

MER-C commented 6 years ago

Closing, no response.