search for: aboost

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

Did you mean: boost
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