We have the X-Frame-Options set to deny for security reasons.
We have a DynamicForm that works fine for posting data to the server until we add a field with type="file".
This then seems to try and open an IFrame which obviously is not going to work given our security setting.
I have done an extensive web search and read many posts on the subject but nobody seems to have found a solution to this issue.
I am wondering if there is something I have not stumbled on in the documentation to use a more "current" mechanism than the old school method of an iframe (Dynamicform.setTarget() does not work since we are using DataBound Component Methods.).
If anyone can point me in the right direction it would be appreciated.
We have a DynamicForm that works fine for posting data to the server until we add a field with type="file".
This then seems to try and open an IFrame which obviously is not going to work given our security setting.
I have done an extensive web search and read many posts on the subject but nobody seems to have found a solution to this issue.
I am wondering if there is something I have not stumbled on in the documentation to use a more "current" mechanism than the old school method of an iframe (Dynamicform.setTarget() does not work since we are using DataBound Component Methods.).
If anyone can point me in the right direction it would be appreciated.
Comment