EXTJS Fileupload - Problem with IE8 security bar

后端 未结 4 1056
迷失自我
迷失自我 2021-01-16 06:46

I\'m trying to make an EXTJS application to send email with an attachment. So I have a very basic form that include textfield for the subject, another textfield with inputT

4条回答
  •  天涯浪人
    2021-01-16 07:20

    following your suggestions and many test, here is what I did. I just assign the SSL_SECURE_URL constants right after I included the extall library to a blank image on my https application.

    Ext.SSL_SECURE_URL = 'https://mysite.com/blank.gif';
    

    No problem anymore.

    Thanks a lot.

提交回复
热议问题