Hi all, situation: uploader + form with a "title", a "description" and a "tags" field. Using prototype I encode those (among other values) to a querystring. In the case a field is left empty, i want the querystring to look like this: &title=&message= ...etc. No problem in FF (pc/mac) but when i submit the empty values to IE, they are returned as ''undefined''. If i alert these values, i just get an empty dialog, alerting typeof value also returns an empty dialog. When i pass em to toQueryString() however, the values are sent as &title=undefined&message=undefined... etc. My solution right now is to just manually create the querystring, but i am curious if this is a (known) issue or a bug or whatever. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---