Re: file upload monitoring
"kRAkEn/gORe" <[email protected]>
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
hi,
i've tried your code, but with multiple inputs file i don't know how
to save them separately.
cause if i got 2 input files named "key", i've tried do
req.data["key"][0] and req.data["key"][1] but helma tells me that
Java class "helma.util.MimePart" has no public instance field or
method named "0".
how will i get data from req.data, when multiple defined keywords are
present in the post/get ?