This is strange, but I have a web form in one of my sites that uploads files correctly on Windows browsers but not on Mac browsers and I'm pretty confident it has to do with the Enctype. I've stripped the form down to it's bare parts (pretty awkward...) and still no luck.
Here's the form header:
<form ENCTYPE='MULTIPART/FORM-DATA' METHOD='POST'>
You can assume the html body tags are correct. The form has a close tag in the right place and the doctype is set to strict. There is no javascript interfering with the form either.
Anyone experience something similar?