Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matt Gibbs

    (@mgibbs189)

    Hi, this is basic PHP. Do a check to see if the value is empty.


    $upload = $cfs->get( 'upload' );
    if ( !empty( $upload ) ) {
    echo $upload;
    }

    Thread Starter fpiloto

    (@fpiloto)

    Thanks, a lot, for your help, mgibbs189.
    Works fine!!
    Hugs

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn't show link/download if file doesn't upload’ is closed to new replies.