Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 为什么图片内置上传不成功

[复制链接]
ravosa 发表于 2019-4-23 18:38:50 | 显示全部楼层 |阅读模式
本帖最后由 ravosa 于 2019-4-23 18:40 编辑

  1. <?php
  2. include "./source/function/function_spacecp.php";
  3. if ($operation=="upload") {
  4.         $uploadfiles=pic_upload($FILES, $type='album', $thumb_width=0, $thumb_height=0, $thumb_type=2);
  5.         var_dump($uploadfiles);
  6. }
  7. include template("showbox/index");
  8. ?>
复制代码


以上是后端代码(集成在了admin.php之中 所以没有引用核心文件)
以下是template
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset={$_G[charset]}" />
  5. <title></title>
  6. <link rel="stylesheet" href="static/image/admincp/admincp.css" type="text/css" media="all" />
  7. <script type="text/JavaScript">
  8. var admincpfilename = 'admin.php', IMGDIR = 'static/image/common', STYLEID = '1', VERHASH = '5nb', IN_ADMINCP = true, ISFRAME = 1;
  9. </script>
  10. </head>

  11. <body>

  12. <form method="post" autocomplete="off" id="upload_0" action="./admin.php?action=showbox&operation=upload" enctype="multipart/form-data">
  13. <input type="file" name="attach"  />
  14. <button type="submit" name="uploadsubmit" id="btnupload" class="pn pnc" value="true"><strong>开始上传</strong></button>
  15. <input type="hidden" name="formhash" value={FORMHASH} />
  16. </form>

  17. </body>
  18. </html>
复制代码
上传图片失败
查看回显是空白的 。请问是什么问题呢?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
0769huangjiang 发表于 2019-4-23 19:34:12 | 显示全部楼层
应该可以的吧,我的都可以
回复

使用道具 举报

 楼主| ravosa 发表于 2019-4-24 09:19:19 | 显示全部楼层
顶一下啊 有人知道吗?
回复

使用道具 举报

⑧穿内裤 发表于 2019-4-24 11:10:27 | 显示全部楼层
好好看开发文档先吧
回复

使用道具 举报

 楼主| ravosa 发表于 2019-4-24 16:04:59 | 显示全部楼层
⑧穿内裤 发表于 2019-4-24 11:10
好好看开发文档先吧

刚才翻了下函数库 发现并没有这个函数 现在用别的办法解决了 谢谢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-24 08:54 , Processed in 0.016539 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表