Dean A. Hoover wrote:

Michael McGrady wrote:




Hi, Dean,

I am a pretty meat and potatoes kind of genius. I need to solve one thing at a time. So, right now I am going to stick with only the image deal with file uploads. I have the following which works okay with IE but not with Mozilla.

<form method='get' action='display_none.jsp'>


What does the jsp do? Are you sure that upload is really happening? I think
in order for upload to occur the form has to have enctype="multipart/form-data"
in it, doesn't it? That's what I've always done, but I learned it so long ago that
I just cookbook it now.


Perhpas I should have added that I knew this would not upload, since there is no submit button for the form. The browse button is not a submit button. I have no difficutlty with submit buttons. I use the solution I have given at http://wiki.apache.org/struts/StrutsCatalogMultipleImageTagsSimplified . Myself, I think that LookupDispatchAction is just a waste of the input attribute and also that it is over engineered. That is not surprising, of course, since I have developed a number of alternatives.

Michael McGrady


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to