23. Xác thực upload thành công (Validation successful upload) (ok)
https://viblo.asia/p/tap-16-request-laravel-aWj534Y8K6m
if ($request->file('avatar')->isValid()) {
//
}$request->file('avatar')->getMessageError();Previous22. Kiểm tra một file có tồn tại trong request (Determining if a file is present on the request)(ok)Next24. Lấy một số thuộc tính của file (Retrieving some properties of file)
Last updated