Hi,
I was trying to upload a larger-than-usual script to the code catacombs,
and the server complained that the URI was too long. This brought
me to two observations:
- The HTML form in the posting page for the code catacombs
uses GET instead of POST method. If it used POST, the complain about
the long URL would not have happened, I think.
- It might be useful to be able to upload a file directly,
at least in the code catacombs. This would make it easy to upload
larger files (maybe even .tar.gz files when necessary). I know,
that's what CPAN is for, but sometimes there are things that are
not quite ready for CPAN, but that we might want to share with others
here.
- In the code catacombs, it would be nice to provide a link
for downloading the file. That would be much easier than copying
and pasting from the page.
Thanks,
--Diego