A
A
adam_carraway2019-02-09 18:23:19
Laravel
adam_carraway, 2019-02-09 18:23:19

csv file changes extension to txt when uploaded to server, why?

I upload a csv file to the server, but the extension changes to txt, what am I doing wrong?
<input type="file" name="exel">

$exel = $request->file('exel')->store('graphics/exel','public');;

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question