User File Resume

web dev asked on December 7, 2018 10:23

Hello Kentico dev we apply form edit profile in Modules (Membership)we get all data of user i add field of DOCumentFile its work but where i can find this data with DOCumentFile is there any table to show this infos

Recent Answers


Lee Conlin answered on December 7, 2018 11:02

If I understand your question correctly, you added a new form field to a class in the CMS.Membership module?

If that's the case, adding a form-field is not enough. You also need to override the relevant class in your own code and extend it in order to handle the submitted field's value.

From there you can capture the file in the new file upload field and save it to wherever you prefer. My preference would be a media-library but you may prefer you use local file storage.

0 votesVote for this answer Mark as a Correct answer

web dev answered on December 7, 2018 13:24

Lee Conlin how we can save file wherever you prefer

0 votesVote for this answer Mark as a Correct answer

Lee Conlin answered on December 7, 2018 18:18

Once you have the uploaded file from the form field you should be able to use the tools in the CMS.IO namespace to write the file to disk/storage to whatever file path you wish.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.