I recently upgraded to the newest version of More Fields, and it broke an image upload field I created. Instead of uploading the URL it uploads an ID number. I have it set as a file list, and I have this code in my file:
$thumb_photo = get_post_meta($post->ID,'thumb_photo',1);
I reverted to the old plugin version and it is working fine again.
Thanks,
Donna