I finally followed the example and got it works. Wonderful.


--lmk

----- Original Message -----
From: "Schachter, Michael" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 12:57 AM
Subject: RE: file upload, use of DiskFile class?


> Kan Leung,
>
> DiskFile is used in the DiskMultipartRequestHandler implementation of
> MultipartRequestHandler.  The DiskMultipartRequestHandler uses instances
of
> DiskFile, which is an implementation of FormFile.  All these classes
reside
> in the org.apache.struts.upload package.  You shouldn't have to use
DiskFile
> directly, you'll probably only use in as a FormFile, which is how the
upload
> example works.
>
> -----Original Message-----
> From: Kan Leung, MK [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 23, 2001 4:27 AM
> To: [EMAIL PROTECTED]
> Subject: file upload, use of DiskFile class?
>
>
> I am working on upload file via HTTP. I found a class called DiskFile in
> the Javadoc. However, I am unable to find out how does it work. Any
> clue?
>
>
> --
> Kan LEUNG, M K
> email: [EMAIL PROTECTED]
> Digital Empires Company Limited
>
>
>
>


Reply via email to