Currently, I am implementing a PHP file attachment feature to upload files. Upon successful upload, the system stores the filename with its respective extension in the database. The issue arises when trying to retrieve and display all entries from the database using the modify button. I encounter difficulties setting the file into the designated file type field. Any assistance on resolving this matter would be greatly appreciated. Thank you in advance.