Hi,
1. We have a form with Captcha.
2. If user try to get the audio, browser will try to get the link below:
~/Telerik.Web.UI.WebResource.axd?type=cah&guid=84332214-d590-4e5d-8070-c903a4cf548e
3. As you can see in generated HTML, instead of audio, it generate an embed.
4. It happens only in this hosting package.
5. Is it caused by the server's permission issue or other reasons?
Thanks.
1. We have a form with Captcha.
2. If user try to get the audio, browser will try to get the link below:
~/Telerik.Web.UI.WebResource.axd?type=cah&guid=84332214-d590-4e5d-8070-c903a4cf548e
3. As you can see in generated HTML, instead of audio, it generate an embed.
<
div
id
=
"dp_swf_engine"
style
=
"position: absolute; width: 1px; height: 1px;"
><
embed
style
=
"width: 1px; height: 1px;"
type
=
"application/x-shockwave-flash"
src
=
"http://www.ajaxcdn.org/swf.swf"
width
=
"1"
height
=
"1"
id
=
"_dp_swf_engine"
name
=
"_dp_swf_engine"
bgcolor
=
"#336699"
quality
=
"high"
allowscriptaccess
=
"always"
></
div
>
4. It happens only in this hosting package.
5. Is it caused by the server's permission issue or other reasons?
Thanks.