You are here

README.txt in Multiupload Filefield Widget 7

-- SUMMARY --

The File module of Drupal 7 enables you to select only one file at a time
which can be very time consuming in case of many files. This module uses the
'multiple' attribute of html5 to overcome this problem and presents a widget 
called 'Multiple' that can be used with fields of type File.

Using this Multiple widget in case of File fields it is possible to select
more files at a time, which can be a big time saver. 

-- REQUIREMENTS --

The core File module.

-- INSTRUCTIONS --

1. Enable the module.
2. Add a 'file' field to a content type and select the widget 'Multiple'.
3. Done

-- IMAGE FIELD --

For an image field see Muliupload Imagefield Widget at 
http://drupal.org/sandbox/czigor/1115368, which depends on this module.

-- BROWSERS --

Known browsers to work with: Firefox 3.6, Chromium 10, Opera 11.01.
As no version of IE supports the 'multiple' html5 attribute, I'm pretty sure 
that it does not work with IE.

-- CONTACT -- 

Current maintainer: 
Czövek András (czigor) - http://drupal.org/user/826222

File

README.txt
View source
  1. -- SUMMARY --
  2. The File module of Drupal 7 enables you to select only one file at a time
  3. which can be very time consuming in case of many files. This module uses the
  4. 'multiple' attribute of html5 to overcome this problem and presents a widget
  5. called 'Multiple' that can be used with fields of type File.
  6. Using this Multiple widget in case of File fields it is possible to select
  7. more files at a time, which can be a big time saver.
  8. -- REQUIREMENTS --
  9. The core File module.
  10. -- INSTRUCTIONS --
  11. 1. Enable the module.
  12. 2. Add a 'file' field to a content type and select the widget 'Multiple'.
  13. 3. Done
  14. -- IMAGE FIELD --
  15. For an image field see Muliupload Imagefield Widget at
  16. http://drupal.org/sandbox/czigor/1115368, which depends on this module.
  17. -- BROWSERS --
  18. Known browsers to work with: Firefox 3.6, Chromium 10, Opera 11.01.
  19. As no version of IE supports the 'multiple' html5 attribute, I'm pretty sure
  20. that it does not work with IE.
  21. -- CONTACT --
  22. Current maintainer:
  23. Czövek András (czigor) - http://drupal.org/user/826222