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
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.
Please, sign in to be able to submit a new answer.