{**
* XS2:
*
* This file is developed by Solutecs, LLC for the purpose of the company
* and is provided together with XS2 Framework as and inherent part of the
* system. This file can be used on the terms of License Agreement.
*
* +7 (495) 585-0833 / 13 Rusakovskaya street, Moscow 107140 Russia
*
* @link http://www.solutecs.com
* @copyright ©1998-2007 Solutecs, LLC
* @version 1.XX
*}
{* Добавление фотографии *}
<form name="uploadForm" action="{$_THE.REQUEST_URI}" method="POST" enctype="multipart/form-data">
<input name="action" value="uploadForm" type="hidden"/>
Название: <input name="NName" type="text"/><br>
Файл: <input type="file" name="Photo" ACCEPT="application/octet-stream"/><br>
Описание: <textarea name="Description"></textarea><br>
<input type="submit" value="Загрузить"/>
</form>
{* /Добавление фотографии *}
|
|