Hi all,
How do you test if a file upload field has a
value?
i.e. Did the
user upload a new image or not? If so, do the manage_upload, if not,
continue.
Something like the following:
<!--#if
"REQUEST['image1']"-->
<!--call
"image1.manage_upload(REQUEST['image1'])"-->
<!--#/if-->
Much appreciated,
Kevin