Hello, 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 ? -- Gitte Wange Technical Manager Email: gitte@mmmanager.org Web: http://www.mmmanager.org Tlf: +45 36 46 20 02 (On the statement print "42 monkeys"+"1 snake") BTW, both perl and Python get this wrong. Perl gives 43 and Python gives "42 monkeys1 snake", when the answer is clearly "41 monkeys and 1 fat snake". -- Jim Fulton, 10 Aug 1999
On Monday 03 February 2003 05:31 pm, Gitte Wange wrote:
Hello,
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 ?
Don't know if it makes any difference, but I use Apache in front of Zope and uses Vhosts/ProxyPass to direct requests to my zope site. -- Gitte Wange Technical Manager Email: gitte@mmmanager.org Web: http://www.mmmanager.org Tlf: +45 36 46 20 02 Google's suggestion when searching for 'aq_base zope' -- Michel Pelletier pointed this out
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
also sprach Gitte Wange <gitte@mmmanager.org> [2003.02.03.1731 +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 ??
I don't think so. HTML/HTTP wasn't designed for this. You'll have to use Java. -- martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck NOTE: The pgp.net keyservers and their mirrors are broken! Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc de gustibus non est disputandum.
participants (3)
-
Dieter Maurer -
Gitte Wange -
martin f krafft