Displaying 1 result from an estimated 1 matches for "gpxupload".
2007 Jan 26
1
File upload problem with enctype
...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 form, I get a 404-File not found error. I can access
upload_gpxfile directly, via typing the url directly into my browser,
so the path in the action tag is correct, but it seems that when I
su...