The webeditor uploads the file d_file.myform.uploadfile, which is empty or not an object.

Source: Internet
Author: User

The upload file upload. asp in the webeditor editor has an error: "d_file.myfrom.uploadfile" is empty or not an object. This is mainly because some anti-virus software will delete the upload component as a virus. The anti-virus software in the server blocks the statement for uploading files. Disable the anti-virus software/firewall or upload related files in its upload. asp file

The code is as follows: Copy code


S e t Ads = Server. CreateObject ("Adodb. Stream ")

To:

S e t Ads = Server. CreateObject ("Adodb." & "Stream ")

OK.
If you have installed a website security dog V2.4.01556 or later, you can remove and save the hooks before "enable active file browsing protection" in active defense-Web horse protection, try again in two minutes.

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.