About 9,750,000 results
Open links in new tab
  1. Upload DOC or PDF using PHP - W3docs

    To upload a DOC or PDF file using PHP, you will need to use the move_uploaded_file function. This function moves an uploaded file to a new location. Here is an example of how you can …

  2. Upload DOC or PDF using PHP - Stack Overflow

    Jul 22, 2012 · I'm able to upload images fine, but when when I change the types from image/jpg, image/gif to application/msword and application/pdf, it doesn't work. Here's my code. The …

  3. how to upload pdf or doc or txt files in php - Stack Overflow

    May 13, 2021 · You need to amend your codes so that it will not check the image size and also allow DOC, DOCX and PDF files. Hence, you need to change two blocks: (1) Change the …

  4. How to Upload Pdf, Doc, Or Text Files In PHP in 2024?

    Mar 31, 2025 · How to Upload Pdf, Doc, Or Text Files In PHP? To upload PDF, DOC, or text files using PHP, you can follow these steps: Create an HTML form with the necessary fields to …

  5. How to upload only pdf files in PHP - Stack Overflow

    May 7, 2015 · What I want is when a user clicks on the Upload button, the dialog-box that appears only allows the user to upload the PDF file type only and nothing else. What I've seen so far is …

  6. Upload pdf file to MySQL database for multiple records using PHP

    Jun 1, 2022 · In this article, we will see how we can upload PDF files to a MySQL database using PHP. Approach: Make sure you have XAMPP or WAMP installed on your machine. In this …

  7. PHP File Upload - W3Schools

    With PHP, it is easy to upload files to the server. However, with ease comes danger, so always be careful when allowing file uploads! First, ensure that PHP is configured to allow file uploads. In …

  8. How to upload and download files PHP and MySQL

    This tutorial demonstrates how you can upload files of various formats including .zip, .pdf, .docx, .ppt, as well as image files through a form using PHP to be stored in a folder on our server.

  9. Write a Code To Upload A File in PHP? - GeeksforGeeks

    Mar 10, 2025 · Learn how to upload a file in PHP with this simple step-by-step guide. This article covers all the essentials like directory handling, file extension validation, file size limits, and …

  10. How to Upload, Insert, Update and Delete File Using PHP PDO …

    Apr 12, 2018 · In this tutorial, you will get codes of How to Upload, Insert, Update & Delete files using PHP PDO & MySQL. PHP makes it easy to upload any file in the Server folder path and …

  11. Some results have been removed
Refresh