cancel
Showing results for 
Search instead for 
Did you mean: 

Upload file to gateway from IE9

former_member184739
Contributor
0 Kudos

Dear all,

Can anyone help me on uploading file from IE9 to gateway using media links?

I have tried using third party plugins but since IE doesn't allow changing request headers I am not able to pass parameters like X-Csrf-Token and SLUG as well. As a result I am getting exception as "Token validation failed"

Any inputs is appreciated.

Regards

Prabaharan

Accepted Solutions (0)

Answers (2)

Answers (2)

jibin_joy
Contributor
0 Kudos

Hi Prabaharan,

  IE9 doesnt support file API (File API support from IE10 ). We have to use iframe concept but here it is not easy to add header

Reference :

-

- cmlenz/jquery-iframe-transport · GitHub

former_member184739
Contributor
0 Kudos

Hi jibin ,

Thanks for the reply.

If we are not able to add custom headers in request then we wont able to pass token as well plug. Am I correct ?

I checked sapui5 demo kit in IE9. Its shows file uploaded correctly. But I don't how to bring to gateway.

Can you suggest any idea to achieve this ?

Prabaharan

former_member184867
Active Contributor
0 Kudos

You can try POSTMAN addon in Chrome and then tweak User-Agent header to simulate IE behaviour.

If have never tried this before