[wordpress插件] Advanced uploader进阶上传者

wordpress 插件 文章 2020-02-09 10:40 551 0 全屏看文

AI助手支持GPT4.0

评分

100

100

描述

This Plugins extends the functionality provided by wordpress by enabling the following features.

此插件通过启用以下功能来扩展wordpress提供的功能。

    • Upload large file by chunking them up, this is use on shared hosts with http upload limit.
    • 通过分块上传大文件,这在具有http上传限制的共享主机上使用。

    • Multiple upload directories.
    • 多个上传目录。

    • Creates thumbnails in browser instead of server.

    • 在浏览器而不是服务器中创建缩略图。

      This is to avoid memory limits on shared hosts.

    • 这是为了避免共享主机上的内存限制。

    • Creates thumbnails for PDF files using PDF.js.
    • 使用PDF.js为PDF文件创建缩略图。

    • Add files straight to WordPress Gallery.
    • 直接将文件添加到WordPress画廊。

    • Add files straight to BWS Gallery.
    • 直接将文件添加到BWS Gallery。

    • Select Category for files before uploading.

    • 在上传之前为文件选择类别。

      Will read MP3 tags to guess category.

      将读取MP3标签以猜测类别。

      Can exclude categories from list e.g.

      可以从列表中排除类别,例如

      Uncategorized.

    • 未分类。

    The settings for this plugin are in Media Settings page.

    此插件的设置位于“媒体设置”页面中。

    This plugin requires a modern browser, e.g.

    此插件需要现代浏览器,例如

    IE8 will not work.

    IE8无法正常工作。

    This plugin uses code from the following sources

    此插件使用以下来源的代码

    * DropzoneJS – Copyright (c) 2012, Matias Meno, More info at www.dropzonejs.com – This used to allow

    * DropzoneJS –版权所有(c)2012,Matias Meno,有关详细信息,请访问 www.dropzonejs.com –该操作以前是为了允许

    chunked uploading

    分块上传

    * PDF.JS – Copyright 2012 Mozilla Foundation – v2.3.2 – This is to create the PDF thumbnails.

    * PDF.JS –版权所有2012 Mozilla Foundation – v2.3.2 –用于创建PDF缩略图。

    * JS MediaTags – v3.9.0 – This used for reading the mp3 tags

    * JS MediaTags – v3.9.0 –用于读取mp3标签

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Upload advanced-file-uploader to the /wp-content/plugins/ directory
    2. 高级文件上传器上传到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Go to Settings -> Media to configure
    6. 转到“设置”->“媒体”进行配置

下载地址

https://downloads.wordpress.org/plugin/advanced-uploader.4.1.zip

https://downloads.wordpress.org/plugin/advanced-uploader.4.1.zip

-EOF-

AI助手支持GPT4.0