When trying to upload and insert a file attachement a Windows logon prompt appear. I am useing sql server for storing images and file attachments.
I have previously fixed the same problems for images this way:
Open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and change the following code:
<CE:Uploader id="InputFile" runat="server"></CE:Uploader>
to:
<CE:Uploader id="InputFile" runat="server" UploadType="IFrame"></CE:Uploader>
But this medicine did not work for InsertDocument.aspx. How can I fix this?