[Zope] Upload progress bar
Dieter Maurer
dieter@handshake.de
Mon, 3 Feb 2003 20:35:01 +0100
Gitte Wange wrote at 2003-2-3 17:31 +0100:
> I need to create a progress bar for file uploads to my cmf site.
> Would it be possible to do it directly in Zope or do I need some sort of java
> applet handling the file upload ??
> Anyone done something like this ?
I fear, Zope cannot help you (as displaying a status bar is mainly
a client side issue).
JavaScript may be enough. However, the browser will almost surely
not provide a hook for this purpose.
A Java applet, too, will probably need to access the file system
and therefore must be signed and run with special "Read file system
permissions".
Dieter