search for: gpxdata

Displaying 1 result from an estimated 1 matches for "gpxdata".

Did you mean: gpmdata
2007 Jan 26
1
File upload problem with enctype
Hi All, I''m having a problem with a simple file upload page. I''ve narrowed it down to the enctype attribute of the form tag. Here''s my form: <form action="/app1/gpxdata/upload_gpxfile" method="POST" enctype="multipart/form-data" > <input type="file" size="50" id="gpxfile" /> <input id="gpxupload" type="submit" value="Load GPX from file" /> </form> When...