NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.

Home Page:http://nanohttpd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NanoHTTPD file upload issue

Chirag-Desai-Einfochips opened this issue · comments

I'm uploading file from my html page.
Uploaded file is saved currently stores to /data/data/cache folder with filename like "NanoHTTPD-some random number".

I'm Uploading only 1 file but actually I'm getting original + duplicate file with same size. So memory storage full and I can not do any other operations.

How can I solve this duplication issue ?