Procedural File: download.cmd.php

Source Location: /CORE/system/command/download.cmd.php

Page Details

This Command create ZIP Archives on the fly from Items with the given Itemtype and ItemIDs.

It can handle several Items at once.

There is always an ZIP Archive returned, even if it is empty because of missing ItemIDs.

Submit at least two Parameter:

  • "itemtype" (for example "itemtype=4" for Images)
  • ItemIDs within an array "data['ids'][]=ItemID" (for example "data[ids][]=0&data[ids][]=9")
For further information visit http://www.bigace.de.

Author:  Kevin Papst
Version:  $Id: download.cmd.php,v 1.13 2008/11/30 15:35:52 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License
Includes
require_once (_BIGACE_DIR_ADDON.'zip/zipfile.php') [line 50]
[ Top ]