[Catalyst] Re: Large requests with JSON?

2010-02-09 Thread Aristotle Pagaltzis
* Bill Moseley mose...@hank.org [2010-02-06 23:35]: 1) create a new user in account #1234 with name, email, etc. This is just a normal form POST. 2) create a user but also provide a photo when creating the user I might separate this out into two requests – whatever the POST request returns

[Catalyst] Re: Large requests with JSON?

2010-02-09 Thread Aristotle Pagaltzis
* Bill Moseley mose...@hank.org [2010-02-09 16:10]: On Tue, Feb 9, 2010 at 2:36 AM, Aristotle Pagaltzis pagalt...@gmx.dewrote: That sounds like the case I was thinking about: just do a PUT request with X-MyApp-Filename, X-MyApp-Timestamp etc headers. Of course, I left out the ability to

[Catalyst] Re: Large requests with JSON?

2010-02-06 Thread Aristotle Pagaltzis
* Bill Moseley mose...@hank.org [2010-02-06 17:30]: As in don't provide a way to upload meta data along with the file (name, date, description, author, title, reference id) like the web upload allows with multipart/form-data? Or invent some new serialization where the meta data is embedded in

Re: [Catalyst] Re: Large requests with JSON?

2010-02-06 Thread Bill Moseley
On Sat, Feb 6, 2010 at 11:29 AM, Aristotle Pagaltzis pagalt...@gmx.dewrote: * Bill Moseley mose...@hank.org [2010-02-06 17:30]: As in don't provide a way to upload meta data along with the file (name, date, description, author, title, reference id) like the web upload allows with