I copied the example from http://doc.silverstripe.org/old/uploadify (just noticed it is old documentation but still seems relevant).
I could not get it to work, symptoms being no image thumbnails appearing in the GUI and no instances of MyFile being saved to the database.
However I realised I was running in debug mode, using UploadifyField::show_debug(); - turning this off resolved the issue