ez projects / multiplefileupload
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| multiplefileupload | Patrizio Bekerle | planning | 0.3 | 3.6.2 |
I use modified and fixed code from Sergiy Pushchin's
"Image batch uploadscript from local harddrive" script to save the
images.
To upload the files I use the JUpload Java Applet (,
which is free for privat usage. Please visit their webpage for commercial
version prices.
It provides multiple file selection and an image preview.
You will find some screenshots here:
The module will use the first characters of the filenames as node
priority if they are numbers.
You can separate the priority and the imagename with whitespaces and
hyphens if you want. You can use a bulkrename tool to do this.
Example: "003 - my little image.gif" will have priority 3 and the
imagename will be "my little image"
Languages
---------
English and a German translation are included at the moment.
Installation
------------
Just copy my extension to your extension folder.
Don't forget to check "multiplefileupload" in Setup/Extension on the eZP
admin page.
You will need
-------------
+ A java enabled webbrowser
Usage
-----
Just browse to
http:////multiplefileupload/select
or
http:///multiplefileupload/select
if you use the virtual host setting.
Then follow the instructions ;-)
Discussion
----------
Please post your wishes and other conversation here:
have fun, Patrizio
Changelog
Thursday 13 October 2005 09:10
Patrizio Bekerle