Ticket #2063 (closed Bug: fixed)
Problem on uploading file
| Reported by: | cyim | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
| Component: | Server : ASP | Version: | FCKeditor 2.5.1 |
| Keywords: | Confirmed Review+ | Cc: | e.l-hostis@… |
Description
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 ?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
