Re: ServletMultipartDecoder Question

2009-02-11 Thread Alex Kotchnev
; > > > Cheers, > > > > Alex Kotchnev > > > > Wayward Java小白 wrote: > > > > > > i want to upload several file in one request. in my upload page, i > have > > > only one componet upload these files. in ServletMultipartDecoder > Service

Re: ServletMultipartDecoder Question

2009-02-11 Thread Wayward 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 fil

Re: ServletMultipartDecoder Question

2009-02-10 Thread akochnev
ive name of every > file. could i get all the files in the request from > ServletMultipartDecoder > Service? > > -- View this message in context: http://n2.nabble.com/ServletMultipartDecoder-Question-tp2301706p2306759.html Sent from t

ServletMultipartDecoder Question

2009-02-10 Thread Wayward 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