// - silently discard the packet without notifying anyone
// - actually, give the initiator a URL to post to w/ token?
// - servlet continues where the POSTed file left off
HttpSession httpSession = (HttpSession)initiatorSession;
HttpConnection httpConnection = (HttpConnection)httpSession.getConnection();
// does getServerName include port? is it the actual HTTP host name?
String transferPostUrl = "http://"+httpSession.getServerName()+"/fileupload.jsp";