Re: [Zope] file uploading from IE browser

2000-08-13 Thread Dieter Maurer

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?

 



Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] file uploading from IE browser

2000-08-11 Thread Seb Bacon

What's the HTML you're using for the upload?


> 
> Hi All,
> 
> 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!
> 
> Dave 

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )