You can find the uploaded image by this:
Goto wp admin side, Edit the post which user created/edited, you should see it in the custom field,
If you do not want use Views to display it in frontend, you can try add php codes in your theme files, like this:
types_render_field("my-image", $parameters);
More help: http://wp-types.com/documentation/functions/#Image