(keitai-l) Re: Moblog Appli

From: Stephan Szarafinski <keitai_at_imodi.com>
Date: 07/23/03
Message-ID: <MIEDIFCPDHEKLNNEHBAKGEFGFFAA.keitai@imodi.com>
In my opionion, the best way to send the picture is through multiple posts.
Posts can be binary, so you just have to split up the picture in blocks of
1024 bytes. This makes it possible to show a nice progress bar. It also
gives you less chance in complete resend errors during sending. You don't
have te resend 20kb if the connection drops at 19kb... just resend the last
block.
On the server you need a small application that reassembles the blocks into
one file.
This can be written in PHP or ASP, or whatever you like. It's not very
difficult.
The result would be a single image file.

Anyway, this sounds really cool!
Too bad the 505 series won't be introduced in europe for a long time :(

Stephan Szarafinski
Received on Wed Jul 23 09:57:17 2003