php - Upload multiple files at the same time without a duplicate in Laravel - Stack Overflow

PHOTO EMBED

Sat Apr 29 2023 17:04:42 GMT+0000 (Coordinated Universal Time)

Saved by @oday #php

$name = implode('.', [
    md5_file($file->getPathname()),
    $file->getClientOriginalExtension()
]);
content_copyCOPY

https://stackoverflow.com/questions/57912963/upload-multiple-files-at-the-same-time-without-a-duplicate-in-laravel