|
I think a link via a temporary web page with an html redirect will help:
<html><head>
<meta http-equiv="Refresh" content="5; url=/dist/Xxxxx">
</head>
...
This could solve the problem of people hitting "Refresh" and re-submitting
the form. Also note that it would be nice to direct them to the distribution
home page after posting, rather than the CPAN Forum home page (which
if I remember correctly is what is done currently.)
- Phil
|