2021年4月5日星期一

move_upload_file() not inserting to right directory

How do I download a pdf file that is in different directory path? Or is it possible to upload just only the file and do not include the directory path?

So this modal is located at the root folder xampp\htdocs\rootfolder\modal.php enter image description here

and the repository Files is where the files are stored, and code where it does the adding is located at the admin folder.

enter image description here

This is where my modal located at.

enter image description here

This is my code to retrieve the file.

<a target="_blank" href="<?php echo $row['research_file'];?>" class="btn btn-info"> <?php echo $row['research_file'];?> </a>   

This what happens everytime I click the button ..files/Images/certificate0.pdf.

enter image description here

https://stackoverflow.com/questions/66962801/move-upload-file-not-inserting-to-right-directory April 06, 2021 at 12:42PM

没有评论:

发表评论