Hello All, Recently we've developed small web application which, for some cases, receives data in base64 format, as value of one fields of POST request. I've noticed that probably there's something wrong with decoding of such data. E.g. + will become spaces (it's ok) but %3D still intact. So we using URI::Decode to finally get what we need. Hope you will clear my misunderstanding here? We have latest Catalyst-Runtime (.11).
Thanks, Sergey -- Love never fails. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
