You are here

autoupload.module in AutoUpload 6

Same filename and directory in other branches
  1. 7 autoupload.module

Allows users to upload files without clicking the upload button

File

autoupload.module
View 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

Namesort descending Description
autoupload_init Implements hook_init().