Browse Source

修改文件上传

chenxiqiang 6 years ago
parent
commit
020db07294
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      manage-server/app/Http/Controllers/CommonController.php

+ 0
- 1
manage-server/app/Http/Controllers/CommonController.php View File

@@ -54,7 +54,6 @@ class CommonController extends Controller
54 54
     public function upload(Request $request)
55 55
     {
56 56
         try {
57
-            dd($request->input('file'));
58 57
             if ($request->hasFile('file') && $request->file('file')->isValid()) {
59 58
                 $photo = $request->file('file');
60 59
                 $extension = $photo->extension();

Loading…
Cancel
Save