Re: T5: FCKEditor Component

2007-09-13 Thread Wayward Java
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? > >> > >> > >> --

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

Re: ServletMultipartDecoder Question

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