I need to have all the attachments of various Form in one report, but the image files are not showing due to CSRF error ( I think ). How can I solve this problem?
You need to explain:
How did you show the image files? There is no CSRF when you show files. CSRF is only used on HTTP POST.
Which version are you using?
I am using the 2024 version. I created a custom view to collect all attachments from various forms, and then I listed a custom view with the ‘view image’ tag for the attachment field, but it doesn’t show the images in the list.
You may Check HTTP response and check if the URLs are correct and if they are downloaded by your browser successfully. If not, you should see errors in your browser’s Network panel.
1 Like