[OSM-dev] Problem uploading GPS trails

John-Michael Wiley jmwiley at microsoft.com
Wed Mar 16 00:47:33 GMT 2011


Are you talking about the name= portion of the Content-disposition? If I don't supply the name= portion how does the server know what those values correspond to? 

Thanks, 
J.M.

-----Original Message-----
From: Tom Hughes [mailto:tom at compton.nu] 
Sent: Tuesday, March 15, 2011 5:34 PM
To: John-Michael Wiley
Cc: dev at openstreetmap.org
Subject: Re: Problem uploading GPS trails

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 (tom at compton.nu)
http://compton.nu/




More information about the dev mailing list