Test for image upload first

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 11, 2012   (RSS)

Re: [furcat] Test for image upload first

By rconring - March 29, 2012

I think this is what you want.
Use a conditional to check if uploads exist:
<?php if ($ecofuelRecord['additional_photos']): ?>
Put your display code here .....
<?php endif ?>
Ron Conring
Conring Automation Services
----------------------------------------
Software for Business and Industry Since 1987

Re: [rconring] Test for image upload first

By furcat - April 11, 2012

Perfect. Exactly what I needed. Thank you.