Support

Account

Home Forums Front-end Issues Can't find the full list of File returns Reply To: Can't find the full list of File returns

  • Hi @toymachine ,

    You could do something like:

    echo '<pre>';
    print_r($file);
    echo '</pre>';

    I think that should give you a list of all the array options linked to the file field.