Form submission with images

Wei Wang asked on October 12, 2023 16:48

Hi,

I have a form created with an Upload file Form control for user to upload images. But the problem is after the form has been submitted, users without admin privilege level cannot see the image with the link provided on the form edit screen.

The link looks like this: xxx.net/CMSPages/GetBizFormFile.aspx?filename=.... So what can I do so people without CMS desk access admin rights can see the images when they edit the form?

This is in Kentico 9 portal engine.

thanks, Wei Wang

Recent Answers


Juraj Ondrus answered on October 13, 2023 11:21

this can be a security issue. But you can still send a direct link access to the files on disk - to the physical folder where the files are stored. Or, use event handler, copy the files to some other, public location within your project.

0 votesVote for this answer Mark as a Correct answer

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