Re: File Upload Plugin

2009-06-09 Thread Wes Wannemacher
I opted to go with application/json because of this - http://www.ietf.org/rfc/rfc4627.txt it is accepted by the IANA. Anyhow, that serialization, and deserialization in the unit test is only there until the JSON result type gets officially brought into core. -Wes On Tue, Jun 9, 2009 at 12:09 P

RE: File Upload Plugin

2009-06-09 Thread Martin Gainty
ruby folks seem to favour a content-type of "text/x-json" over "application/json" http://www.ruby-forum.com/topic/94728 (prevailing argument with text is you can read it) wikipedia seems to lean to automatically associating application/json as JSON http://en.wikipedia.org/wiki/JSON#Data_types.2C