Hi Bob,<br><br>You can override theme_upload_attachments: <a href="http://api.drupal.org/api/function/theme_upload_attachments/6">http://api.drupal.org/api/function/theme_upload_attachments/6</a><br><br>Put something like the following in your template.php.<br>
<br>YOURTHEME_upload_attachments($files) {<br>  // Reverse files<br>  $files = array_reverse($files)<br>  return theme_upload_attachements($files);<br>}<br><br>Good luck,<br>Maarten van Grootel<br><br><div class="gmail_quote">
On Wed, Mar 4, 2009 at 3:43 PM, Bob Smither <span dir="ltr">&lt;<a href="mailto:Smither@c-c-i.com">Smither@c-c-i.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear List,<br>
<br>
I am using D5 and have a page with several attached files (see:<br>
<a href="http://lrcf.org/Spotlight" target="_blank">http://lrcf.org/Spotlight</a>).  When I upload a new file and attach it to<br>
the page, it is listed at the end of the list.<br>
<br>
Is there a way to reverse this behavior so that the latest uploaded file<br>
is always placed at the top of the list?<br>
<br>
Thanks,<br>
--<br>
Bob Smither, Ph.D.                                 <a href="mailto:smither@c-c-i.com">smither@c-c-i.com</a><br>
====================================================================<br>
The Three Great Lies:<br>
1.  Your check is in the mail.<br>
2.  I&#39;ll respect you in the morning.<br>
3.  We&#39;re from the government and we are here to help you.<br>
====================================================================<br>
<font color="#888888"><br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br>