Hello R�my, > Dirk Griesbach wrote: > > R�my, > > > > how would you have done it ? > > Maybe there can be applied a fix to it. > > You could add a sys.out in their readLine() method to see what is > actually being read :)
you hit my thoughts thinking on debugging (:-)), but we now know that this causes trouble somehow so it's worth thinking how to do it differently. Instead of using the 'ServletInputStream' and instead of using the 'readLine()' Method (which is the only one within this class) reading multipart stream byte-by-byte. Reading bytewise is essential, I think, beacuse mostly uploaded data is of binary content. So do you have a suggestion how to avoid the 'readLine()'-thing being more performant ? regards grisi > > -- > xxxxxxxxxxxxxxxxxxxxxxxxxxxxx > R�my Maucherat > Senior Developer & Consultant > JBoss Group (Europe) S�RL > xxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
