we just have two possibilities for uploading images.
Browser
ZIP-Upload
Could you please add more upload-possibilities?
Suggestion:
Import from local server (ftp-dir)
(admin has uploaded the files before)
some other bach-uploading-thing?
(Menalto-Gallery2 uses java, but this could be to complicated :-)
With Photogallery (www.natewelch.com) for example you can name/describe the
images using any text you like plus placeholder variables which will
dynamically be inserted:
%f - original filename
%c - friendly name from filename (capitalization added, extension removed,
underscores/dashes converted to spaces)
%g - filename of rescaled gallery photo (large version)
%p - photo id (pid) of picture (unique number)
%o - order of picture in gallery (unique number within this gallery)
%n - sequential number of picture in batch
Hi,
we just have two possibilities for uploading images.
Could you please add more upload-possibilities?
Suggestion:
(admin has uploaded the files before)
(Menalto-Gallery2 uses java, but this could be to complicated :-)
With Photogallery (www.natewelch.com) for example you can name/describe the images using any text you like plus placeholder variables which will dynamically be inserted:
%f - original filename %c - friendly name from filename (capitalization added, extension removed, underscores/dashes converted to spaces) %g - filename of rescaled gallery photo (large version) %p - photo id (pid) of picture (unique number) %o - order of picture in gallery (unique number within this gallery) %n - sequential number of picture in batch