You might want to build your own file upload application off of commons or cos.
The Struts application is not particularly sophisticated. However, if you do, then you have to build your own objects to mine the data, because Struts has tied the internals of the RequestProcessor to the upload application and the last I looked they are going to continue to do so even with 1.3 although everything else is abstracted out of the RequestProcessor in 1.3. I just rebuilt the whole thing so that I don't have to worry about the multipart handling stuff in Struts. If you really want to continue on this path and don't know how to fix it, let me know and I will be glad to help. On 5/4/05, temp temp <[EMAIL PROTECTED]> wrote: > I am using struts and trying to upload files of any > type and size.If the server as well as client is on > the same PC no issues ,but if I try to accomplish this > across the network then I am only able to upload a > file if the size is less then 1 MB .Not sure what the > problem is. > > thanks & regards > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]