On Thu, 17 May 2001, Franclim Bento wrote:
[...]
> > Anyone has any ideia why is this appening and what's the solution (without
> > removing the enctype because I need it :-) ???
In ACS there is ns_returnredirect replacement called ad_returnredirect. It
handles this situation the same way as described by Jim Wilcoxson. See:
http://cvs.arsdigita.com/cgi-bin/cvsweb.pl/~checkout~/acs/packages/acs-tcl/tcl/utilities-procs.tcl?rev=1.6.2.11&content-type=text/plain
In ad_returredirect proc definition you can find somthing like this:
#Ugly workaround to deal with IE5.0 bug handling multipart/form-data
using
#Meta Refresh page instead of a redirect.
# [EMAIL PROTECTED] 6/7/2000
--tkosiak