Sohaila Roberts wrote:
>
> I was just wondering what would happen
> if i had the following html page
>
Why don't you just try it? If you have any problems,
do a little research using google, JGuru and the docs
at Sun's servlet page. If you get stuck, email the
list (mentioning details of your research) and people
will be glad to help.
Just jumping right in and trying things out is
really the only way to learn this sort of stuff.
Some hints: req.getInputStream() isn't a
FileInputStream. Reading streams a byte at a time
is slow (but get things working first before you
try to make it faster) Learn where your container
puts System.out/err, and print your exceptions
using printStackTrace(). Use the O'Reilly code for
hints. Etc.
--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html