search for: upload_gpxfil

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

Did you mean: upload_gpxfile
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 I submit this...