README.txt |
README.txt |
|
This module provides two new form elements to assist with files that are stored/updated in Drupal's {files} table.
This module was programmed by Alan Davison @ www.caignwebs.com.au
Dependencies
------------
* none
Optimal… |
upload_element.css |
upload_element.css |
|
div.upload-element-row {
border: 1px solid #e5e5e5;
padding: 5px 5px 0;
margin-bottom: 10px;
}
div.upload-element-preview img {
border: 1px solid #e5e5e5;
}
div.upload-element-preview {
float: left;
}
div.upload-element-detail {
… |
upload_element.info |
upload_element.info |
|
name = Upload elements
description = Two FAPI elements to handle file uploads, an image and a file upload element.
package = Other
core = 6.x |
upload_element.module |
upload_element.module |
|
A module that provides two new elements to the FAPI for file handling. |
upload_element.pages.inc |
upload_element.pages.inc |
|
Handles image previews from both temperary and perminant file directories. |