Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
coel 18.11.2008 22:09
$date_now[^date::now[]] ^if(def $form:post){ ^if(def $form:image){ $InsertImage[content/$form:image|center|$form:title|0||bottom|center|] $fValue[$form:image] ^fValue.save[binary;/upload/${fValue.name}.jpg] <p style="color: green">Изображение успешно загружено!</p> } ^if(def $form:title && def $form:introtext && def $form:fulltext){ ^connect[$connect-string]{ ^void:sql{ INSERT INTO jos_content (jos_content.title, jos_content.introtext, jos_content.fulltext, jos_content.state, jos_content.created, jos_content.images) VALUES ('$form:title', '$form:introtext', '$form:fulltext', '^if(def $form:state){$form:state}{0}', '$form:created', '$InsertImage') } } $response:location[$request:uri] <span style="color: green">Данные успешно добавлены в базу!</span> }{<span style="color: red">Все данные формы необходимо заполнить!</span>} } <form method="post" enctype="multipart/form-data"> <p><input type="hidden" name="created" value="^date_now.sql-string[]"> Заголовок: <input type="text" name="title"> <table><tr><td> Вводный текст:<br /> <textarea name="introtext" cols="40" rows="10"></textarea><br /> Текст с ссылкой:<br /> <textarea name="fulltext" cols="40" rows="10"></textarea><br /> Публиковать: <input type="checkbox" name="state" value="1" checked> </td><td style="vertical-align: top"> Изображение (только JPEG):<br /> Путь: <input type="file" name="image" accept="image/jpeg"> </td></tr></table> <input type="submit" name="post" value="Отправить"></p> </form>выдаёт "is 'file', it has no string representation",