mmmh, nope, but you can use a workaround to do this with "file" field type and "HTML delimiter" field type.
follow these steps:
- Create a field of type "File" with alias "filefield" and set it to not show in profile page
- Create a field of type "HTML Delimiter"
- Set this field to not show in Profile/Edit Profile/Registration (it will be show only in profile page)
- Put in description this code (source code):
<img src="/{user filefield raw displayed}" />
HTML delimiter field type allow you to put a custom code in field position, it also support our Content Plugin that allow you to retrieve user data. So a string like {user filefield raw displayed} will be replaced with the url of the file.
With this way you will see value of "filefield" formatted as image in profile page, so basically File field type will be used to upload the file and HTML delimiter field type will be used to show the value.
Docs
HTML delimiter:
http://docs.easy-profile.com/index.php/article/html-delimiter-field-type
Content Plugin:
http://docs.easy-profile.com/index.php/article/content-plugin