good job,and i use it! thanks a lot!
2007/8/28, sun58224 <[EMAIL PROTECTED]>:
>
>
> no work when upload image.
>
> Ted Steen wrote:
> >
> > only java.
> >
> > 2007/8/28, sun58224 <[EMAIL PROTECTED]>:
> >> Ted Steen gmail.com> writes:
> >>
> >>
> >>
> >> asp, no java?
> >>
> >>
> >> --
i want to upload several file in one request. in my upload page, i have
only one componet upload these files. in ServletMultipartDecoder Service
find a getFileUpload(String parameterName),but i can't give name of every
file. could i get all the files in the request from ServletMultipartDecoder
Ser
dler , you can get access the uploaded data :
>
> UploadedFile file = decoder.getFileUpload("Filedata");
>
> I'm using SwfUploader to upload multiple files using this approach, works
> like magic !
>
> Cheers,
>
> Alex Kotchnev
>
> Wayward Java小白 wrote: