can it maybe be here ?
i am such a loser in this sorry
echo("
<tr class='$class'>
<td><a href='./$namehref'$favicon class='name'>$name</a></td>
<td><a href='./$namehref'>$extn</a></td>
<td sorttable_customkey='$sizekey'><a href='./$namehref'>$size</a></td>
<td sorttable_customkey='$timekey'><a href='./$namehref'>$modtime</a></td>
</tr>");
can is use it in this part ?
<table class="sortable">
<thead>
<tr>
<th>Filename</th>
<th>Type</th>
<th>Size</th>
<th>Date Modified</th>
<th><a href="<?php echo $file;?>" download="<?php echo $file;?>">Download</a></th>
</tr>
</thead>
<tbody>
like this ?
i wanna know if it is possible to add a download button to this script:
http://dumptext.com/sR6ZRBFO
it is set up so it finds all files i my directory and displays them
but i want a way to download the files i click
i must admid i dont know much about this coding lanuage
and found this file on the web together with a set of files i need to make it beatifull and such
any help is apreciated
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.