function autoupload_init in AutoUpload 6
Implements hook_init().
File
- ./
autoupload.module, line 11 - Allows users to upload files without clicking the upload button
Code
function autoupload_init() {
drupal_add_js(drupal_get_path('module', 'autoupload') . '/js/autoupload.js');
}