﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2063	Problem on uploading file	cyim	Alfonso Martínez de Lizarrondo	"I try to upload a file, but I have this error : 
ADODB.Stream erreur '800a0bbc' 
Impossible d'écrire dans le fichier

In English, it means ""Impossible to write in the file"".
Here, the file path generated by fck : \\NAS-PROD\wwwsites-data$\demo-modules.cyim.com\upload\file/test.doc

The problem is due to a concatenation of IIS server path and file path.
IIS path is like that \\cylab\sites\
File path is like that : /file/myfile.doc

I have updated the file ""class_upload.asp"" to correct my problem :
Function SaveAs, I add this line : 
sFileName = replace(sFileName, ""/"", ""\"")


I think i'm not the first guy to use IIS and FCK. So, why i have this problem ? "	Bug	closed	Normal	FCKeditor 2.6.1	Server : ASP	FCKeditor 2.5.1	fixed	Confirmed Review+	e.l-hostis@…
