|
@@ -25,7 +25,9 @@ class UploadController extends Controller
|
|
|
$width = Image::make($filePath)->width();
|
|
|
$height = Image::make($filePath)->height();
|
|
|
|
|
|
- $filename = time() . '_' . uniqid() . '*' . $width . '_' . $height . '.' . $kuoname;
|
|
|
+ $filename = time() . '_' . uniqid() . '?' . $width . '_' . $height . '.' . $kuoname;
|
|
|
+
|
|
|
+
|
|
|
} else {
|
|
|
|
|
|
$filename = time() . '_' . uniqid() . '.' . $kuoname;
|