Hi There
Any idea why on adding a file I get a Security Windows requesting credentials. I've the site running on IIS7.5, provider: Negotiate:Kerberos, Extended Protection: Off
<authentication mode="Windows" />
<identity impersonate="true" />
I'll appreciate any help.
Regards
Elvis
Hi Elvis,
i am not sure what exactly the issue is here, but it could be related to POST requests - since the file upload is posting the data, vs using a GET one. it's also not using AJAX, but a hidden iframe (otherwise there are various limitations and issues).
By the way does your uploadUrl domain differ from the domain of the page where the control is hosted?
Thanks,
Angel
Hi Angel,
thanks for your reply, I've tried with IE9 and IE6 and in both cases if authentication is Windows with Impersonation=true, uploading the file, pop ups the following dialog.
Thanks
Hi,
could you post a screenshot? Which version is your browser ? Thanks,