Re: newbie: write content in a file (server-side)

2012-07-30 Thread Thomas Kaufmann
Am Sonntag, 29. Juli 2012 16:16:01 UTC+2 schrieb Thomas Kaufmann: > Hi, > > > > I send from a client file content to my server (as bytes). So far so good. > > The server receives this content complete. Ok. Then I want to write this > content to a new file. It works too. But in the new file are

Re: newbie: write content in a file (server-side)

2012-07-30 Thread Thomas Kaufmann
Am Sonntag, 29. Juli 2012 17:16:11 UTC+2 schrieb Peter Otten: > Thomas Kaufmann wrote: > > > > > I send from a client file content to my server (as bytes). So far so good. > > > The server receives this content complete. Ok. Then I want to write this > > > content to a new file. It works too.

Re: newbie: write content in a file (server-side)

2012-07-29 Thread Peter Otten
Thomas Kaufmann wrote: > I send from a client file content to my server (as bytes). So far so good. > The server receives this content complete. Ok. Then I want to write this > content to a new file. It works too. But in the new file are only the > first part of the whole content. > > What's the

newbie: write content in a file (server-side)

2012-07-29 Thread Thomas Kaufmann
Hi, I send from a client file content to my server (as bytes). So far so good. The server receives this content complete. Ok. Then I want to write this content to a new file. It works too. But in the new file are only the first part of the whole content. What's the problem. o-o Thomas Here'