Hello, On Monday, September 13, 2004, at 03:39 PM, Francis Hwang wrote: > So I tried this. This is what it looks like through Safari: > > ------------0xKhTmLbOuNdArY > Content-Disposition: form-data; name="text" > > > ------------0xKhTmLbOuNdArY > Content-Disposition: form-data; name="small"; > filename="" > > > ------------0xKhTmLbOuNdArY > Content-Disposition: form-data; name="button.x" > > 46 > ------------0xKhTmLbOuNdArY > Content-Disposition: form-data; name="button.y" > > 9 > ------------0xKhTmLbOuNdArY-- > > Here's what it looks like through MSIE Mac OS X: > > -----------------------------141511461516657 > Content-Disposition: form-data; name="text" > > > -----------------------------141511461516657 > Content-Disposition: form-data; name="small"; > filename="" > > > -----------------------------141511461516657 > Content-Disposition: form-data; name="button.x" > > 14 > -----------------------------141511461516657 > Content-Disposition: form-data; name="button.y" > > 7 > -----------------------------141511461516657-- > > So, the data is being posted through both browser, but I can't seem to > retrieve it through the standard CGI library. The main difference is > that the boundary lines are different. Not sure if that would have any > impact. > > Does this look like a bug? The boundry doesn't matter, it just has to be unique. It may be a bug. Narf inherits this code, I'll test it tomorrow. ~ pat