blob: d5f7e85c96a62af76558f3f827db4a70233449cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Mass Image Import
=================
This module implements a bulk image import operation that doesn't have a limit
of 50 images at a time as happens with the image_import module.
It does so by using a different batch operation and by not relying in a image
form selection.
This module is a sollution to problems such as the one reported at
http://drupal.org/node/493686
Usage
-----
Just drop the images you want to import in the image import folder (configured
by the image_import module) and go to Admin -> Content -> Mass image import.
Make sure the webserver has enough rights to control the image files.
Then a batch operation will take care of importing all your images.
|