So I have page with a list of entry titles and a safecracker file upload field.
>Everything from Febuary of this year and on is fine.
>Prior to 2/2012 nothing displays.
In the admin -
For posts where the safecracker field is missing - you can see the circle with the x and the file name and if you go to the file name the file is there.
In the template -
it’s testing positive for something being there
{if post_upload1 != ""}
<em><a href="http://{post_upload1}" target="_blank" rel="noopener">{post_upload1_display}</a></em>
{/if}{post_upload1} is blank
{post_upload1_display} is fine
ARGH!
we just recently updated EE to ExpressionEngine v2.5.0 - Build Date: 20120507
UPDATE
I deleted the safecracker field entry (a PDF file).
I re-added it and * it does show up on the TEMPLATE now BUT it added “temp_file_” before the name of the PDF file.
AND I can’t possibly do this for the thousands of entries that have either 1 or 2 safecracker fields w/ uploads in them.