Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 560 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 560 Bytes

PHP-MySQL-File-upload

How to upload and download files PHP and MySQL

This code example demonstrates the process to implement the file upload functionality in web applications and the following functionality will be implemented.

  • HTML form to upload .zip, .pdf, .docx, .ppt, as well as image files.
  • Upload .zip, .pdf, .docx, .ppt, as well as image files to server using PHP.
  • Store file name in the database using PHP and MySQL.
  • Retrieve .zip, .pdf, .docx, .ppt, as well as image files from the database and display in the web page.