RE: html:img tag and modules

2004-08-18 Thread amr
There is unsubscription information on the bottom of every post. You may get better results that way. Jones, Demian [EMAIL PROTECTED]

Re: Struts 1.1 / WebSphere 5.1 logging

2004-06-18 Thread amr
WebSphere 5 has some proprietry logging that interferes with the logging implementation you choose to use. Here is a link that should help you configure your app to use your log4j instead of WebSphere's own logging. We've been able get both option 2 and 3 working.

RE: Multiple file uploads

2004-04-16 Thread amr
We have handled a situation like this by giving the user the option to upload a single file or a zip/jar file of multiple files and the providing a checkbox for them to indicate if the file should be extracted or not. Of course this approach depends on the user having the ability to zip/jar