Fixed in 700443. I had to encode using file.encoding system property
I'm still unsure for what this is exactly used, anyone an idea (this would help
me to translate ;o) ?
BTW I don't like much the way javascript is used there : when you clic in the file name field it automatically opens the file search
dialog box. IMO this is redundant with the button at right of field and does not allow to retrieve previous file names entered and
memorized by the browser.
Jacques
From: "ian tabangay" <[EMAIL PROTECTED]>
I found the problem. Uploaded file (key as "uploadedFile") should be type
casted as ByteBuffer instead of byte[].
Ian
On Tue, Sep 30, 2008 at 4:03 AM, Jacques Le Roux <
[EMAIL PROTECTED]> wrote:
The error I get in Ecmlipse debugger says ClassCastException: Cannot cast
java.nio.HeapByteBuffer (id=6002) to byte[]
Same problem on both Linux( Ubuntu 8.04)/Windows (XpSp3)
Seems related to
http://markmail.org/message/tdvztevawd2hc5mv
No time to look further yet. Maybe Al has an idea ?
Jacques