autoupload.module in AutoUpload 6
Same filename and directory in other branches
Allows users to upload files without clicking the upload button
File
autoupload.moduleView source
<?php
/**
* @file
* Allows users to upload files without clicking the upload button
*/
/**
* Implements hook_init().
*/
function autoupload_init() {
drupal_add_js(drupal_get_path('module', 'autoupload') . '/js/autoupload.js');
}
Functions
Name![]() |
Description |
---|---|
autoupload_init | Implements hook_init(). |