On 16/03/11 00:14, John-Michael Wiley wrote:
I am trying to upload GPS trails from a WP7 app. I am trying to follow the create API http://wiki.openstreetmap.org/wiki/API_v0.6#Uploading_Traces. I created a pastebin with my message and the response (500).
I believe the problem is that you're supplying a name for all the fields, which causes rails (well rack actually) to think they are all files when it is only expecting one file.
Note that there is also a bug in rack which causes it to think any field with a content type is a file... See http://trac.openstreetmap.org/ticket/3513 for more on that.
Tom -- Tom Hughes ([email protected]) http://compton.nu/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

