Linux 软件免费装

Upload Unzipper

开发者 ulfben
更新时间 2007年12月5日 04:58
捐献地址: 去捐款
PHP版本: 2.2 及以上
WordPress版本: 2.2.3

标签

upload zip batch unzip

下载

详情介绍:

Upload Unziper let's you upload zip-archives and have them extracted, each file properly attached to the current post. It's built upon and meant to replace James Revillini's now-broken just-unzip, and expands on the original plugin in the following ways: In short - it's a nice way to do batch uploading. I highly recommend you combine it with an inline image viewer and a plugin to better organize your uploads.

安装:

  1. Extract the wp-upload-unzipper folder and transfer it to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Upload some zips. :)

其他记录:

Copyright (C) 2007 Ulf Benjaminsson (ulf at ulfben dot com). This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

常见问题:

Can I have the ZIP-file attached to the post too?

Yes. But you'll have to alter the source. Open wp-upload-unzipper.php and set $addZipToPost to true.

Can I keep the ZIP-file on the server?

Open wp-upload-unzipper.php and set $deleteZipWhenDone to false.

Can I disable the automatic extraction of archives?

Disable the plugin. :) If you're thinking of contributing a front-end for this plugin, you'd want to check out $unzipArchives in wp-upload-unzipper.php.