<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000066">
The applet is called JUpload, available at <a class="moz-txt-link-freetext" href="http://www.JUpload.biz">http://www.JUpload.biz</a>.<br>
<br>
It emulates a HTTP File Upload exactly, it doesn't have any special
server-side code.&nbsp; It uses the HTTP Authentication of your web server.&nbsp;
In the &lt;embed&gt; tag there are parameters that you pass by the
pages HTML, one of them is to continue a session id, so your webserver
which sees the applet as a different web client than the browser wants
to authenticate.&nbsp; You can pass the session identifier to the Applet for
inclusion in the Applets Upload.&nbsp;&nbsp; I've seen the REQUEST.SESSION object
in displaying REQUEST.&nbsp; It's a compound object, with several
strings.... since Zope manages this usually, I don't know what to pass
to the applet.&nbsp; The applet seems to need a simple string.<br>
<br>
Right now, for testing, I've given the applet target a Proxy Role to
make it work... obviously this isn't the way to go permanently.<br>
<br>
-Jon<br>
<br>
Roch&eacute; Compaan wrote:
<blockquote cite="mid20040704062441.GN1350@rome" type="cite">
  <pre wrap="">* Jonathan Cyr <a class="moz-txt-link-rfc2396E" href="mailto:cyrj@cyr.info">&lt;cyrj@cyr.info&gt;</a> [2004-07-03 23:25]:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

Thanks for the solution to the REQUEST...

The File Upload Applet has a parameter for SESSION ID, what is Zope 
expecting... Usually the browser takes care of this, there's an id, a 
token, etc. 

Do I send the whole object back through the applet parameter, or a 
piece, or do I need to flatten or process the object.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What applet parameter and what object? I've never worked with the file
upload applet you're talking about, so I don't know what you are asking.

  </pre>
</blockquote>
</body>
</html>