This is a discussion on File upload question within the Apache Web Server forums, part of the Web Server and Related Forums category; I have written a java based voicemail system. Users are able to retrieve, and delete messages via a java applet. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have written a java based voicemail system. Users are able to retrieve,
and delete messages via a java applet. This same applet also modifies and index to theses messages via a PUT request to Apache 2.0.48 (Win32) Server. I run the exact same system on a Linux webserver, and everything runs smoothly. On Windows XP, I run into a problem after storing a few messages. I get an IOCorrupted Exception. Apon checking the sent index file, I noticed that the stream is corrupted everytime a 0x1a character is transmitted. In Windows, this character is known as an EOF (end of file character). Is there any way to put a stop to windows assuming that just because a characer says it is an (EOF) that it should fill the rest of file with 0x1A's. So Far I have told my applet to use Content-type: application/octet and set the magic config file to try to reconize the file as a binary. Any suggestions? |
|
|||
|
On 2004-08-27, William K. <nospam.northbayelect5@knology.invalid> wrote:
> messages. I get an IOCorrupted Exception. Apon checking the sent index You are posting in the wrong group. Davide -- Children seldom misquote you. In fact, they usually repeat word for word what you shouldn't have said. |