PHP Classes

What is the best PHP upload files to database class?: Upload doc and pdf documents to a database using php

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP upload files to ...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP upload files to database class?

Edit

Picture of Letumile Keoreng by Letumile Keoreng - 7 years ago (2016-12-07)

Upload doc and pdf documents to a database using php

This request is clear and relevant.
This request is not clear or is not relevant.

+3

I want to create a Web page that can upload and save doc and pdf files in a database, also keep count of how many documents uploaded.

Ask clarification

2 Recommendations

Handle Binary Files With PDO: Save and load binary files in databases using PDO

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of zinsou A.A.E.Moïse by zinsou A.A.E.Moïse package author package author Reputation 5840 - 6 years ago (2017-11-29) Comment

this can be a starting point.


PHP MySQL Image Display: Serve images added to a MySQL database table

This recommendation solves the problem.
This recommendation does not solve the problem.

+2

Picture of Manuel Lemos by Manuel Lemos Reputation 23625 - 7 years ago (2016-12-07) Comment

In general it is not a good idea to store files in a database because it is slow to store and retrieve.

But if your files are small it may not affect much your application.

This package is not specific to Word Doc or PDF files. It is more for images but you can adapt it to work with other types of files.


Recommend package
: 
: