Hi Prabaharan,Here are the code snippets in reference to my original description for the changes needed to be made on the client side based on UI5 version 1.22.4.*It's possible that additional changes/updates are required for the code snippets to be ...
Hi Prabaharan,I believe you need to make call at the end of your custom handler to perform the next step after you've read the tokens and set them in the http header.Thanks,Andrew
Hi Adhiamol,I am using UI5 1.22.4 and I was able to upload files using the FileUploader control without extending the FileUploader control for Chrome, Safari, Firefox and IE10. For IE8 and IE9, UI5 uses form submit instead of XMLHttpRequest and I ha...
Hi Prabaharan,I am working on a project which we have to support file upload in IE8 and IE9, we are also using the unified FileUploader control and we faced the same problem with the x-csrf token check on gateway using IE8 and IE9. We are able to so...