Sorry, this isn't really a programming question but it's for a program I am making. My program needs to be able to upload files via many methods including HTTP, and to develop HTTP functionality I need to have a web server to post too - but the concept is failing me.
I use Mac OS X Snow Leopard but also Windows 7 in Parallels for my development - how easy would it be to create a web server in either of these OS's? Also, how does a web server become 'post-able', where I can upload to it?
Thanks