I have a file field type for users to upload a CV/resume. After uploading the file is saved to the specified directory on the server AND I can see the filename captured in the user's record in the #__jsn_users table. However, the file does not appear with a download button on the user's profile page, nor does it appear on the user profile edit page. Further, in the backend admin, the file does not appear in the file form field.
I have tried using the default images/profiler and my own custom specified directory. In neither case does it make a difference. Again, the file is saved to the server and the database is updated accordingly. However, both the frontend and backend views appear as if nothing was ever uploaded.