Re: FileUpload not working

2010-07-01 Thread Pid
On 01/07/2010 16:21, supernandu wrote: > > Hi guys, > > I'm using the Apache Commons FileUpload lib and I'm getting this strange > behaviour in just one of my servers. All others work perfectly. > > servletfileupload.parseRequest(request) always returns an empty list. > > But if I check for: >

Re: FileUpload not working

2010-07-01 Thread Mark Woodward
On 07/01/2010 11:21 AM, supernandu wrote: Hi guys, I'm using the Apache Commons FileUpload lib and I'm getting this strange behaviour in just one of my servers. All others work perfectly. servletfileupload.parseRequest(request) always returns an empty list. But if I check for: ServletFileUplo

FileUpload not working

2010-07-01 Thread supernandu
est) This returns true. So, the list should not be empty. I'm really stuck here. Any ideas? Thanks, Fernando -- View this message in context: http://old.nabble.com/FileUpload-not-working-tp29046987p29046987.html Sent from the Tomcat - Dev mailing list archiv