Hi All, as per this tutorial:
http://doc.silverstripe.org/framework/en/trunk/tutorials/2-extending-a-basic-site
I've included an image field in one of my custom page types. However, when one clicks "Attach a file" -> "From files", there are no thumbnails in the list view. Also, UploadField seems to automatically create an 'Upload' folder, which is not something that I want.
So, my questions are:
1) How can I show thumbnails when users are using UploadField to attach images that already exist in the assets folder
2) How can I stop UploadField creating an "Uploads" folder? Further, can I set UploadField to default to a specific subfolder in assets?
Cheers,
Kyle