View Single Post
  #3  
Old 06-07-2006, 02:51 PM
Richy Richy is offline
Member
 
Join Date: Apr 2006
Posts: 38
Geek Article and Review System License Holder 
Default

heh. I knew you were going to ask me that!

Bascially I want to be able to let people upload an XML GPS data file (.gpx) and then display map of the track data in the post using the Google Maps API.

So all I need to achieve this is the file upload and then to be able to have the filename available in the thread so that I can output something like:

<iframe src="googlemaps.php?file=uploadedfile.gpx"></iframe>

This would save me manually adding the iframe, which is what I am doing atm (http://www.uk-biking.net/showthread.php?p=135)
Reply With Quote