Hi--
I obtained a
servlet from a book that allows me to upload files from a web browser to a web server; however, I want to write a piece of code that acts as the web browser now. I researched how the HTTP protocol handles file uploads, but my servlet won't accept my browser upload immitation. Anyone know how to do this?
- Mike