FCKeditor Picture upload progress bar Fixed Resolution _ Web page Editor

Source: Internet
Author: User
Tags ftp transfer
Because last night anxious to send the picture of the members of the Board to the Internet, so using FTP transfer pictures, and then use Such a stupid way to complete the picture.
Today 8 o'clock in the morning, began to study this problem, on the Internet to find such a post, the original text is as follows:

Recently a project has been used to FCKeditor, containing the latest version of the current 2.6.4, configure everything OK, debug all OK, publish to the server (Windows Server 2003 SP2), the problem comes ...
Upload a picture after the left mouse script error prompts, point Open can be seen is "no permission" hint, and the upload window has been frozen in the progress bar status (Upload in Progess. ), access to a variety of information, including foreign official forum on the relevant information, no solution.
Confused, suddenly found that the image upload is not unsuccessful, the server has been uploaded files, but the window has been frozen in the progress bar state, so consider whether the script error caused.
Finally in the source code file Filebrowser/fileworkerbase.cs found such a line of code:
Response.Write (@) (function () {var d=document.domain;while (true) {Try{var a=window.top.opener.document.domain;break ;} catch (e) {};d =d.replace (?:. | $)/, '); if (d.length==0) Break;try{document.domain=d;} catch (e) {break;}}}) ();" );
Delete the try{document.domain=d inside; After the catch (e) {break;}, recompile, and then add the reference again in the project, the problem is resolved.

According to the above method, the problem is really solved. Note that the compilation method is:
Enter the fckeditor.net_2.6.3 directory, use VS2008 to open FredCK.FCKeditorV2.vs2005.csproj, because the file version is VS2005, so ask to do not convert (original version has backup), select Yes, File open. Click on the menu "Build > Configure Manager" To change "active solution Configuration" from default "Debug" to "Release" and click "Close" button.
Then click on the menu "Generate > Generate FredCK.FCKeditorV2.vs2005" Again, then automatically generate FredCK.FCKeditorV2.dll, and generated in the original location that fckeditor.net_2.6.3/bin/ release/2.0 directory, copy the generated file and overwrite the original file in the bin directory on the server, ok!
Try again on the network FCKeditor upload picture function, success!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.