(i'm going to digest the rest of what you wrote later tonight)

On Thursday 29 November 2001 04:49 pm, you wrote:
> information that is not a string.  Case and point: file uploading.  You
> cannot get a file-handle via the Request parameters interface--you MUST do
> it through the request attributes part.  Problem is that not every servlet
> container implements request attributes properly.

If you use Request.get(), that returns an object, and a File object if it was 
an uploaded file, String for parameters, and Arrays for parameter arrays.

The Request.getParameter() as a String is very web-centric tho, expecting 
only string data on forms.
-pete

-- 
peter royal -> [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to