Home PHP Libraries File upload class library Use PHP to generate and browse class libraries online
This is a complete solution for online browsing in swf format similar to Baidu Library: it supports the upload of multi-format documents such as office/pdf/txt/html. This solution uses open source free software throughout the entire process, with zero cost. The project currently implements simple uploading and automatic conversion. If it is to be used in actual projects, more factors need to be considered, which are not listed here. If you have any questions, please directly issue it or submit a pull request to improve it together. Thank you.
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

Reprint-Sharing of ThinkPHP file upload class_PHP tutorial Reprint-Sharing of ThinkPHP file upload class_PHP tutorial

20 Jul 2016

Reprint-Sharing of ThinkPHP file upload class. The upload class uses the Net.UpdateFile class in the ORG class library package. The latest version of the upload class includes the following functions (some functions need to be combined with other class libraries in the ThinkPHP system): 1. Basic upload function 2

Specific ideas and implementation of file upload using PHP_PHP tutorial Specific ideas and implementation of file upload using PHP_PHP tutorial

13 Jul 2016

Specific ideas and implementation of file upload using PHP. To upload files, we need to use the type=file type of the form in HTML and its enctype attribute. This is what we all have to use. Of course, the FILE function library and string class in the PHP function library

Using CodeIgniter's class library to upload images_PHP tutorial Using CodeIgniter's class library to upload images_PHP tutorial

13 Jul 2016

Use the CodeIgniter class library to upload images. CodeIgniter's file upload class allows files to be uploaded. You can set up to upload files of a certain type and size. The common process of uploading files: One for uploading files

[php thumbnail class] Download the latest 10 libraries that use php to generate thumbnails [php thumbnail class] Download the latest 10 libraries that use php to generate thumbnails

19 May 2017

In our PHP website development, we often need to process images. The most common one is to generate thumbnails for uploaded images or images in articles. Here are 10 codes for generating thumbnails using PHP summarized by PHP Chinese website for you. Use and download!

Pear: HTTP_Upload Introduction_PHP Tutorial Pear: HTTP_Upload Introduction_PHP Tutorial

13 Jul 2016

Pear: Introduction to HTTP_Upload. Pear's HTTP_Upload class library provides an encapsulated html form file upload handler that uses Pear's error system. Features: Can handle the upload of multiple files at one time. Easy to verify the upload of files.

PHP multiple file upload class_PHP tutorial PHP multiple file upload class_PHP tutorial

13 Jul 2016

PHP multiple file upload class. PHP multi-file upload class PHP multi-file upload class /* Multi-file upload class Modified: Linvo 2008-2-15 */ class more_file_upload{ const FILE_PATH='../upfileclass/uploadfile/'; var file_type; v

See all articles