Kindeditor upload file Modification in SAE, suitable for PHP

Source: Internet
Author: User

Kindeditor upload file Modification in SAE, suitable for PHP

    • Current Position:
    • Home >
    • Forum >
    • Experience sharing
User Login New User Registration TD class= "Info" > author: hforlove, Release date: 2013-05-31 17:57:53, Views: 1017
topic: Kindeditor Upload file modified in SAE, suitable for PHP
Upload_js on.php

1.
in require_once ' json.php '; after adding
if (isset ($_server[' http_appname '))
$issae = true;// Whether the Sina cloud platform
Else
$issae = false;
$domain = ' uploadfiles ';//Picture domain name




2.
In {Check directory, check directory Write permission } and {Create folder} Plus if judgment, Judge non-SAE to execute the original code: if (! $issae);



3.
{Move file} plus judgment is non-SAE, non-SAE executes original code, is SAE executes
  $s = new saestorage ();
  $r = $s Upload ($domain, $new _file_name, $tmp _name);
 if (! $r)
 alert ("The Sina Cloud Platform failed to upload files, please check that the domain settings are correct.") ");
  $file _url =   $s->geturl ($domain, $new _file_name);

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.