Using file explorer I am uploading files to my web server. The problem that I am facing is when I try to upload a file which contains <script></script> tags from a cross-origin (CORS), it fails showing a tiny red dot. However,the uploading of files containing script tags from 'same origin' succeeds.
Also note that Temporary folder is given enough permissions and I my web server is IIS. The error occurs in RadAsyncUploadScript.js while making an ajax request.
To be more specific the line "n.send(this.formData);" in RadAsyncUploadScript.js throws an error stating:
"Failed to load resource: the server responded with a status of 403 ()"
Thanks and Regards
Bhanu