Displaying 3 results from an estimated 3 matches for "archerid".
Did you mean:
archer
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
2006 Nov 06
0
Truncating Float column in MySQL
Hi All,
I have very specific numbers that go up to 13 digits after the decimal
point that I''m currently storing as Float fields in MySQL. When these
numbers are displayed in the standard scaffold list screen, they get
truncated to 3 or 4 digits after the decimal point. Is there any way to
force the display of the full number? Should I be storing these as
different data types in the
2007 Feb 10
0
Precision on Latitude/Longitude
Hi All,
I''m having a problem with Rails truncating latitude and longitude
values. In my database (mySQL) table, my lat/lng columns are defined as
Decimal(25,20), but I get different precision values depending on what I
do. If I post, via XML, a value of 37.436490000000006 to my controller,
what gets inserted into the db table is 37.43648999999999900000. Then,
when I fetch the record in a