I'm using this code to input a file:
<label class="control-label">Select File</label>
<input id="input-1" type="file" class="file">
But how can i save the content of the input file into a php array and output the content?
The file is something like this:
name1
name2
name3