/SimpleHTTPServerWithUpload

Simple HTTP Server With Upload written in Python 3

Primary LanguagePython

SimpleHTTPServerWithUpload

Simple HTTP Server With Upload written in Python.

This script works with version 3.6. Earlier versions will causing runtime errors.

This is a modified version from the original source. https://gist.github.com/UniIsland/3346170

I have added icons for directory and videos. Pictures (BMP, GIF, JPG, PNG) will display thumbnails.

This script also supports IP Address & Port binding.

Thanks to dzmitry-rudnouski for your comments.