> I like the idea of one method called "upload", ... snip ... I was just going to put into question Jenna's suggestion of only one method. The question I was going to ask was ... what is the advantage, and to whom for only having 1 method used for 2 different kinds of posts ...( the "form post" and the "REST post").
It might be good for the implementing developer, for writing less implementation code, for test cases, and for consiseness of documentation... but is it clearer for the user of that method? Maybe it is. I spent lot of time digging around rest-client example code to try and work out how to give a file field a name... never worked it out (now, better understanding REST style, I see that doing this was probably simply not possible). ... just some thoughts. Etienne
