current location:Home > 一个简单的php文件上传类 search

Classify:
Found a total of 2543 related content
  • A simple example of selecting image cropping and uploading to the server using pure js
    A simple example of selecting image cropping and uploading to the server using pure js
    The simplest pure js+html5 example of selecting image cropping and uploading to the server. Parameters control the size of the cropping area. The cropping area is movable. It supports preview after cropping and provides an example of receiving and uploading PHP files on the server side.
    2021-04-27 41 1383
  • jquery picture list arranges picture group effects in order
    jquery picture list arranges picture group effects in order
    The jquery picture list arranges the picture groups in order. Click the button in the upper right corner to achieve the special effect of picture arrangement. It is generally used for shopping mall websites, or personal websites, and an arrangement of personal photo albums to make the web page more beautiful. It is also a very Nice example. PHP Chinese website recommends downloading!
    2017-01-14 185 4685
  • Make a simple responsive slideshow
    Make a simple responsive slideshow
    This site introduces many jQuery slideshow plug-ins. They are all excellent and powerful, and are suitable for use on medium and large pages. But if your page is very simple and you just want a simple and pure slideshow effect, these plug-ins may be a little bloated. Today we will write a simple responsive slideshow without any plug-ins.
    2020-11-20 88 1543
  • jquery classification filter animation waterfall flow
    jquery classification filter animation waterfall flow
    jquery classification filter animated waterfall flow. Generally, waterfall flow is used in personal projects or corporate websites to display personal photos and company products! And this one can be used as navigation. PHP Chinese website recommends downloading!
    2017-01-17 44 1367
  • jQuery Scrollify is a mouse wheel control page scrolling effect
    jQuery Scrollify is a mouse wheel control page scrolling effect
    jQuery Scrollify is a mouse wheel control page scrolling effect. Usually this effect can be used to create a simple corporate website. You can study the source code and take a look. PHP Chinese website recommends downloading!
    2017-02-07 50 1389
  • MyBB Forum
    MyBB Forum
    MyBB is an internationally excellent free forum software based on PHP+MySQL. Its biggest feature is that it is simple but surprisingly powerful.
    2018-05-11 91 2487158
  • Metronic Bootstrap background template
    Metronic Bootstrap background template
    Metronic is a set of exquisite responsive backend management templates, implemented based on the powerful Twitter Bootstrap framework. Metronic has a simple and elegant Metro UI style interface, adapts to the screen resolution size, and is compatible with PC and mobile phones. A full set of templates, including dashboards, sidebar menus, layout videos, email templates, UI features, buttons, labels, table layouts, form components, multiple file uploads, floating window file uploads, schedules, blogs, news, and about Us, Contact Us, Calendar, User Profile, Lock Screen,
    2017-08-11 262 3426514
  • Catfish (catfish) CMS source code
    Catfish (catfish) CMS source code
    Catfish CMS is an open source PHP content management system, suitable for different types of website construction such as CMS, Blog, and corporate websites. Automatically identify CMS, Blog and other website types, and you can complete the switching of website types by simply switching themes. Multi-language support, including Simplified Chinese, Traditional Chinese, Russian, German, French, Korean, Japanese, and English.
    2017-02-16 108 3573820
  • v8.3Shop7z online shopping system fashion version
    v8.3Shop7z online shopping system fashion version
    The fashion version of the Shop7z mall system supports a variety of common interfaces such as Alipay and WeChat payment. The computer version and mobile version are seamlessly integrated with the APP! It supports batch upload of pictures, and any picture can be uploaded at one time. It supports a variety of online payment interfaces, such as Alipay, online banking, Tenpay and other interfaces support multi-level product classification function, which can easily divide the superior and subordinate relationships of each product category, support automatic notification function of new orders by email, support single product multi-category display function, order design Perfect, such as supporting fuzzy query of orders, editing and printing of order status, etc. Flexible navigation can be set
    2018-06-01 680 2390364
  • Youke 365 website classification navigation system
    Youke 365 website classification navigation system
    Youke 365 website classification navigation system is a cross-platform open source software. It is an open source website classification directory management system developed and built based on PHP+MYSQL. It has simple operation, powerful functions, good stability, strong scalability and security, secondary development and It is easy to maintain later and can help you quickly and easily build a powerful and professional category directory or website navigation website.
    2018-05-22 84 2438097
  • JSON introductory tutorial Chinese WORD version
    JSON introductory tutorial Chinese WORD version
    This document mainly talks about the introductory tutorial of JSON; like XML, JSON is also a data format based on plain text. Since JSON is inherently prepared for JavaScript, the data format of JSON is very simple. You can use JSON to transmit a simple String, Number, Boolean, an array, or a complex Object. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-03 3 1743
  • Eclipse configuration Tomcat tutorial Chinese WORD version
    Eclipse configuration Tomcat tutorial Chinese WORD version
    This document mainly talks about the Eclipse configuration Tomcat tutorial; Eclipse IDE: eclipse IDE is used as the development environment for JSP pages and Java files. Eclipse is a very simple and easy-to-use IDE environment. It has many features that can help programmers quickly write and debug Java programs. With the addition of the tomcat plug-in, this IDE is used to manage the entire web project (including HTML and JSP pages, icons and servlets).
    2024-02-28 0 840
  • Lucene technical documentation word version
    Lucene technical documentation word version
    Lucene is a sub-project of the Apache Software Foundation 4 jakarta project team. It is an open source full-text search engine toolkit. However, it is not a complete full-text search engine, but a full-text search engine architecture that provides a complete Query engine and indexing engine, some text analysis engines (two Western languages, English and German). The purpose of Lucene is to provide software developers with a simple and easy-to-use toolkit to easily implement the full-text search function in the target system, or to build a complete full-text search engine based on it. Luc
    2024-02-27 0 1095
  • MATLAB function help document Chinese WORD version
    MATLAB function help document Chinese WORD version
    A function is a set of statements that work together to perform a task. In MATLAB, functions are defined in separate files. The file names of the file functions should be the same. Functions operate in their own workspace, which is also called the local workspace, independent of the workspace, accessed at the MATLAB command prompt, which is called the base workspace variable. Functions can accept multiple input parameters and may return multiple output parameters. MATLAB is a programming language developed by The MathWorks Company. It was originally a matrix programming language that made linear algebra programming easy. It can be run on
    2024-01-18 1 632
  • Android uses ViewFlipper to switch pages WORD version
    Android uses ViewFlipper to switch pages WORD version
    This document mainly talks about Android using ViewFlipper for page switching; the Android system comes with a multi-page management control: ViewFlipper. It can simply switch sub-pages. It only needs to use the addView method to add several Views. Each View Corresponding to one page, you can complete the management of multiple pages. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 1053
  • PHPMailer
    PHPMailer
    PHPMailer - A full-featured email creation and delivery class for PHP. Supports UTF-8 content as well as 8-bit, base64, binary and quoted-printable encodings. Provides SMTP authentication for LOGIN, PLAIN, CRAM-MD5 and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports. Automatically verify email addresses. Many PHP developers need to send emails from their code. The only PHP function that directly supports this is mai
    2023-08-18 15 4632
  • Dolibarr ERP - CRM
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM is an easy-to-use open source software package for businesses, foundations or freelancers (prospects, invoices, inventory, warehouses, orders, shipments, POS, foundation members, bank accounts, etc.) available on Runs on a web PHP server or as standalone software. Dolibarr also provides an automatic installer for users without technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) in just one package. The platforms available for these packages are: Win
    2023-08-18 11 2480
  • mPDF
    mPDF
    mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
    2023-08-15 13 3296
  • WampServer
    WampServer
    WampServer is a web development platform on Windows that allows you to create dynamic web applications using Apache2, PHP, MySQL and MariaDB. WampServer automatically installs everything you need to develop web applications intuitively. You can even tweak the server without touching the settings file. Best of all, WampServer is available in free versions (under the GPML license), both in 32-bit and 64-bit versions. WampServer is not compatible with Windows X
    2023-08-18 45 2883
  • DVWA
    DVWA
    Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
    2023-08-18 38 6588