This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
hbp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
nizongfeng
1 year ago
parent
dfbe55f453
commit
f7ed98f901
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
application/admin/controller/Ajax.php
+ 0
- 2
application/admin/controller/Ajax.php
View File
@@ -104,8 +104,6 @@ class Ajax extends Backend
$attachment = null;
//默认普通上传文件
$file = $this->request->file('file');
echo 111;
var_dump($file);die;
try {
$upload = new Upload($file);
$attachment = $upload->upload();
Write
Preview
Loading…
Cancel
Save