Get File Url Schema
How do I show the user a previously uploaded file that is stored on the website's server (I am aware uploaded files should be stored on a different server) when I know the path? To
Solution 1:
I think this should be enough for you,
echo '<ahref="../uploads/'.$entry.'"><buttonclass="current-file"name="sent"value="View-Current-File"><imgclass="view-file-img"src="../images/magnify.png">View Current File
</button></a>';
Post a Comment for "Get File Url Schema"