TheKoswog's avatar

Laravel I load the same file multiple times

I upload and share a file in my Laravel script, everything is ok so far.. But even if I edit category in the same file, I cannot save the topic without reloading the file. is there any solution to this?

0 likes
1 reply
Tray2's avatar

Sure, you need to check if the file is present and if it is overwrite it, otherwise don't do anything with the file or the path in your table.

Please or to participate in this conversation.