CCK jQuery File Upload Widget

Component ID

2160607

Component name

CCK jQuery File Upload Widget

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module extends file upload functionality with jQuery and allows users to choose a CCK jQuery file field widget to upload different types of multimedia files configurable through backend.

In the CCK file field setting, users can choose one of the 2 options below.

1. NodeJS
2. PHP File Upload

This module uses the background file upload functionality of the NodeJS library. It also uses the JQuery file upload plugin for smooth file uploading with progress bar indication.

Share hosting users can use the PHP file upload functionality provided by this module.

The NodeJS path, directory, and other settings can be easily managed from this module configuration in the backend.

Requirements -

1. Installing the NodeJS server to use the NodeJS file upload feature in the module.
2. Checking the php.ini config at the server for max file upload size.

Future Plans –

1. In next release, chunk file upload functionality will be available

Documentation:
NodeJS

Related project:
jquery_file_upload