NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.

Home Page:http://nanohttpd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I need to get the progress of file upload on server side.

Ammar64 opened this issue · comments

I'm making an app that transfers files on Android and I need to show in app the progress of file upload from the client to the server (the phone in this case).
NanoHTTPD.parseBody doesn't help with this.

Try this library which supports showing upload progress.

https://github.com/tejmagar/tinyweb