@@ -23,9 +23,9 @@ class UploadController extends BaseController
{
$file = $_FILES['file'];
if (!is_uploaded_file($file['tmp_name'])) {
- print_r($file);die;
util::fail('please upload img');
}
+ print_r($file);die;
$mainId = $this->sjId;
$shopId = $this->shopId;
$month = date("Ym");