NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.9k stars 1.69k forks source link

NanoHTTPD file upload issue #583

Closed Chirag-Desai-Einfochips closed 3 years ago

Chirag-Desai-Einfochips commented 4 years ago

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 ?