I am using time() function to add time string to the file names like this and storing them in the database
$filename = time() . $file->getClientOriginalName();
But How Can I remove this string when I show the files to the user and when the user downloads the file. I am using Laravel by the way.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire