A
Ara.T.Howard
rubyists-
i'm trying to test out a file upload cgi (which works completely fine in
exploder, netscape, mozilla, etc.) but is having problem with lynx file
uploaded. obviously, lynx (v2.8.5dev) could be formatting things incorrectly
in the request. the symptom:
all the keys have the content-type in them, as in:
"a_cgi_key\r\nContent-Type:text/plain\r\n" => [<File...>]
any idea if the ruby cgi module should be handling this? or does it look like
a lynx bug?
thanks.
-a
====================================
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: (e-mail address removed)
| Phone: 303-497-7238
| Fax: 303-497-7259
| The difference between art and science is that science is what we understand
| well enough to explain to a computer. Art is everything else.
| -- Donald Knuth, "Discover"
| ~ > /bin/sh -c 'for lang in ruby perl; do $lang -e "print \"\x3a\x2d\x29\x0a\""; done'
====================================
i'm trying to test out a file upload cgi (which works completely fine in
exploder, netscape, mozilla, etc.) but is having problem with lynx file
uploaded. obviously, lynx (v2.8.5dev) could be formatting things incorrectly
in the request. the symptom:
all the keys have the content-type in them, as in:
"a_cgi_key\r\nContent-Type:text/plain\r\n" => [<File...>]
any idea if the ruby cgi module should be handling this? or does it look like
a lynx bug?
thanks.
-a
====================================
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: (e-mail address removed)
| Phone: 303-497-7238
| Fax: 303-497-7259
| The difference between art and science is that science is what we understand
| well enough to explain to a computer. Art is everything else.
| -- Donald Knuth, "Discover"
| ~ > /bin/sh -c 'for lang in ruby perl; do $lang -e "print \"\x3a\x2d\x29\x0a\""; done'
====================================