Hi Guys,
I have an issue with Rad Async Upload,
When URL rewriting rule specified in web.config file below is my rewriting rule
RadAsync upload file is blinking yellow.,
When I remove the rewriting URL, its working.
Could any one help me out so that, keeping the rewriting URL rad async upload file should work.
Thanks
Phaneendra
I have an issue with Rad Async Upload,
When URL rewriting rule specified in web.config file below is my rewriting rule
1.<rewrite>2. <rules>3. <rule name="Convert to lower case" stopProcessing="true">4. <match url="[A-Z]" ignoreCase="false" />5. <action type="Redirect" url="{ToLower:{URL}}" />6. </rule>7. </rules>8. </rewrite>RadAsync upload file is blinking yellow.,
When I remove the rewriting URL, its working.
Could any one help me out so that, keeping the rewriting URL rad async upload file should work.
Thanks
Phaneendra