Re: DIME attachment size limit

2003-03-05 Thread Steve Loughran
well, download the RC, look at the javadocs for axis.attachments.AttachmentPart to see what new and useful method calls there are. - Original Message - From: "Sharmila Pillai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 02:24 Subjec

Re: DIME attachment size limit

2003-03-05 Thread Sharmila Pillai
Hi Steve, Can you elaborate on this, please? I have been trying to get to the filename of attachments for a while now. I must admit, I haven't see the Axis1.1 code, yet. TIA, Sharmila. On 4/3/03 7:30 pm, "Steve Loughran" <[EMAIL PROTECTED]> wrote: > > you should note that Axis1.1 has some

RE: DIME attachment size limit

2003-03-04 Thread Betsy Frey
Title: RE: DIME attachment size limit Hi Steve, Yes, I've seen the Axis1.1 code for getting at the file. Thanks for the tips. Betsy -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 04, 2003 12:30 PM To: [EMAIL PROTECTED] Subject: Re:

Re: DIME attachment size limit

2003-03-04 Thread Steve Loughran
- Original Message - From: "Betsy Frey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 11:22 Subject: RE: DIME attachment size limit > Hi Steve, > > We have a version management system that's being extended to use an Axi

RE: DIME attachment size limit

2003-03-04 Thread Betsy Frey
Title: RE: DIME attachment size limit Hi Steve, We have a version management system that's being extended to use an Axis server.  Our customers can store anything they want into the system, and we promise to return it back to them, on request. Hopefully, not too many customers send

Re: DIME attachment size limit

2003-03-04 Thread Steve Loughran
- Original Message - From: "Betsy Frey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 07:11 Subject: DIME attachment size limit > I cannot send a file as a DIME attachment if the file size is more than the > DIME single-attachment

DIME attachment size limit

2003-03-04 Thread Betsy Frey
Title: DIME attachment size limit I cannot send a file as a DIME attachment if the file size is more than the DIME single-attachment limit of 2^32-1 bytes.  The code looks like it chunks larger files into multiple DIME attachments, but it does not seem to work. Is this a known bug? Is there