PI jar
represented by "com.oreilly.servlet.MultipartRequest".
Can some body help me How to achieve the same ??
With regards
karthik
From: Deepal Jayasinghe [mailto:[email protected]]
Sent: Saturday, July 24, 2010 7:39 PM
To: [email protected].
I believe you need to write a service which take either data handler or byte
array. You can use the following as a reference.
http://wso2.org/library/3860
On Sat, Jul 24, 2010 at 2:33 AM, Karthik Nanjangude <
[email protected]> wrote:
> Hi
>
>
>
> Need to Expose a File upload ja
Hi
Need to Expose a File upload java class which uses
"enctype="multipart/form-data" as define below in AXIS2
UPLOADFile afwd = new UPLOADFile()
Afwd.set File Upload(HttpServletRequest request, HttpServletResponse response)
Can some body help me How to achieve the same ??
With rega