Jul 6th, 2009, 8:24 PM
Hi,
I've created a review page for my form and it successfully loads all the fields that have been filled, except for the file upload.
Instead it displays the text "array".
I'm using
Should I be referencing fileurl?
Something like
Cheers
I've created a review page for my form and it successfully loads all the fields that have been filled, except for the file upload.
Instead it displays the text "array".
I'm using
Code:
<?=@$fields["soloUpload"]?>
Should I be referencing fileurl?
Something like
Code:
<?=@$fileurl["soloUpload"]?>
Cheers