#2063: Problem on uploading file -----------------------------+---------------------------------------------- Reporter: cyim | Type: Bug Status: new | Priority: Normal Milestone: | Component: Server : ASP Version: FCKeditor 2.5.1 | Keywords: IIS, Upload -----------------------------+---------------------------------------------- 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 ? -- Ticket URL: <http://dev.fckeditor.net/ticket/2063> FCKeditor <http://www.fckeditor.net> The text editor for Internet ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ FCKeditor-Trac mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fckeditor-trac
