Function Modification of program upload

Source: Internet
Author: User

Step 1:

Edit this file

\app\controllers\user\upload.php

Find the code near line 1

$data[‘uplink‘]=site_url(‘user/upload/upload_save‘).‘?ac=‘.$data[‘ac‘];

Change this line

$data[‘uplink‘]=‘http:/‘.‘/61.164.122.11:53980/index.php/‘.(‘user/upload/upload_save‘).‘?ac=‘.$data[‘ac‘];

Note that the IP address and port number must correspond to your server.

 

Step 2: add the specified port number to the IIS Site on your website

 

Step 3: place the file crossdomain. XML in the root directory of your site

Content is

<Cross-domain-Policy> <allow-access-from domain = "change this field to the website domain name" secure = "true"/> </Cross-Domain-Policy>

 

Step 4: Test troubleshooting by opening the URL belowView Source CodeFind the address to which the upload is saved

view-source:http://www.ihanmai.com/index.php/user/upload?ac=dance&msgurl=msg_upload&dxurl=undefined&yzurl=undefined&scurl=undefined&fhurl=cs_playurl

The following is the url I found. It is normal to open it to check whether there is an error and return 200 or a blank page.

http://61.164.122.11:53980/index.php/user/upload/upload_save?ac=dance

 

Function Modification of program upload

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.