upload.class.php

来自「STCMS 音乐系统 v2.5 build 090501: 为达到最佳效果」· PHP 代码 · 共 15 行

PHP
15
字号
<?php
///////////////////////////////////////////////////////////////////
// Author:daong | E-mail: dahongy@gmail.com
// Copyright &copy Http://www.phpstcms.cn
// This is not a free software, please to pay for more functions
// $Id: 2009-05-01 version V2.5 $
///////////////////////////////////////////////////////////////////
define("UPLOAD_EXT",$CONFIG['uploadExt']);
//define("UPLOAD_EXT","gif|jpg");
//defined("UPLOAD_PATH") or define("UPLOAD_PATH","./");
class upload
{
	/*
	*the tmp_name of the ouploading file
	* 涓存椂鏂囦欢璺

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?