Joe Lester wrote: > My rails web app (rails 1.2.1) uploads an image from a Java applet by > encoding it into the URL.
Why not use the POST method to upload the image... it can handle a lot more data than GET. http://en.wikipedia.org/wiki/HTTP#Request_methods -Steven _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
