How to allow the users to remove files?

How to allow the users to remove files?

Wednesday 12 May 2004 3:35:46 am - 1 reply

Author Message

Jorge Dionisio

Wednesday 12 May 2004 5:14:37 am

forget about it, i did it anyway here is the solution for to put in the file_line.tpl, to allow users to remove files...

<form enctype="multipart/form-data" method="post" action={concat("/content/action")|ezurl}>

<input type="hidden" name="DeleteIDArray[]" value="{$node.node_id}">
<input type="submit" name="RemoveButton" value="{'Remove File'i18n('design/standard/content/edit')}">

</form>

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.