On Tue, 21 Dec 2004 11:27:53 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > Yuubouna and Martin, > > I apologize for not knowing whether your name (Yuubouna) is male or > female. No disrespect intended. > > > On Tue, 21 Dec 2004 08:50:10 -0800, Martin Cooper <[EMAIL PROTECTED]> wrote: > > Struts actually uses Commons FileUpload for its upload functionality, > > and you'll be able to do what you need with Struts itself. The Struts > > FormFile interface handles both text and binary uploads. All you need > > to do is decide where you want to store the image on disk. > > I think s/he looked at this, Martin, and expressed a desire to build > her/his own implementation of commons-upload and expressly rejected > the Struts implementation.
What I read in the original message was a comment that the Struts file upload implementation works only for text files, which is why yuubouna turned to Commons FileUpload. Since it is not true that the Struts implementation works only for text files, I suggested looking at it further and taking the question up on the Struts User list, where hundreds, if not thousands, of people have successfully used the Struts implementation to upload binary files. -- Martin Cooper > I did the same thing. > > Anyway, following Ted warning to trust committers and to do what > committers say, Yuubouna, any further discussion I have with you about > commons-upload apparently will have to be on struts-user list unless > Martin changes his mind. I am interested in these discussions and not > the least bit interested in the Struts implementation myself. > > Jack > > -- > "You can lead a horse to water but you cannot make it float on its back." > > ~Dakota Jack~ > > "You can't wake a person who is pretending to be asleep." > > ~Native Proverb~ > > "Each man is good in His sight. It is not necessary for eagles to be crows." > > ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ > > ----------------------------------------------- > > "This message may contain confidential and/or privileged information. > If you are not the addressee or authorized to receive this for the > addressee, you must not use, copy, disclose, or take any action based > on this message or any information herein. If you have received this > message in error, please advise the sender immediately by reply e-mail > and delete this message. Thank you for your cooperation." > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
