下载了小程序官网上的PHP Demo进行测试:wafer2-quickstart-php-master。
登录和上传图片的功能都正常,安装文档描述在/server/application/controllers目录下新建了Demo.php文件,内容为
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Demo extends CI_Controller {
public function index() {
$this->json([
'
我正在尝试上传一首带有html表单和php代码的歌曲。我在网上找到了大量的脚本,但似乎没有人做这个工作。我的意思是,它实际上上传的图片很少,但当涉及到上传大文件(甚至可以是图片和歌曲)时,它会显示错误1。下面是我使用的代码:
<!-- The data encoding type, enctype, MUST be specified as below -->
<form enctype="multipart/form-data" action="uploader.php" method="POST">
<!-- M