Try dropping the enctype, I bet that's the problem. That enctype (multipart/form-data) is only supposed to be used for POST requests. A sane browser would just ignore it for a GET, but I guess Safari is having an off day! Alternately, change the form to use POST instead of GET, which should also fix it.