[Zope] file uploading from IE browser
Dieter Maurer
dieter@handshake.de
Sun, 13 Aug 2000 19:51:16 +0200 (CEST)
David Zhu writes:
> I'ved followed the online How-To on implementing a simple service for
> parsing uploaded files via the browser. But strangely, it only works for
> Netscape browsers. When I test the uploading using IE, the supposed file
> object becomes a string object, causing all sorts of problems. How am I
> suppose to get the file object from IE browsers? Thanks in advance!
Did you use?
<form ... METHOD="POST" ENCTYPE="multipart/form-data">
Dieter