The MP3 Assignment Your project should offer the following URLs: http://euclid.nmu.edu:port/upload When I browse here I get a form to upload MP3s. It actually uploads. Limit the MP3 to less than 10 MB. Reject all uploads with the wrong mime type. http://euclid.nmu.edu:port/list When I browse here I get a list MP3s. Clicking on one plays it. http://euclid.nmu.edu:port/delete When I browse here I get a list of MP3s. Clicking on when deletes it. Each feature above ... one point. If the lists contain title and author taken from the MP3 ID tags .. Two points If the lists contain album art .. Two points Out of 9 points. Due Apr 20th Hints https://pypi.python.org/pypi/mp3-tagger/1.0 https://pypi.python.org/pypi/tinytag https://stackoverflow.com/questions/3207219/how-do-i-list-all-files-of-a-directory Don't forget about static_file