A mini http server to share file in LAN
This project is for learning and practice. practices/MiniFileServer won't update anymore.
Current implementation is based Apache Commons FileUpload and HttpCompnent Core.
Because FileUpload only supports Servlets and Portlets, I extended FileUpload and RequestContext. (Note: need to add Servlet API as dependency, FileUpload depends on it.)
- Remove all framework/lib dependencies
- Try Java NIO and thread pool
- Add progress bar