Hi,
I'd like to use batch upload by ftp (or for example by SMB).
After upload and synchronization with piwigo database how can I safely remove temporary upload folders created on piwigo server?
I'd like to avoid situation when next resynchronization will also delete my gallery.
Another question: what TCP/IP port must be opened between my PC and piwigo gallery to be able to use group upload by flash plugin?
Piwigo version: 2.6.3
--
best regards,
Tom
Hi
tomsmig wrote:
After upload and synchronization with piwigo database how can I safely remove temporary upload folders created on piwigo server?
There are no temporary files, nothing to remove
tomsmig wrote:
Another question: what TCP/IP port must be opened between my PC and piwigo gallery to be able to use group upload by flash plugin?
Port 80, like any webapp
(Piwigo 2.7 will replaces the Flash upload by an HTML5 uploader which will work when Flash doesn't)
Offline
By temporary folders i mean those upload folders mapped by synchronization to piwigo database.
If I delete them later - will next resynchronization also delete prevoiusly created album in gallery?
Offline
you mean in /galleries ? or /upload ? anyway Piwigo doesn't copy or store the original pictures somewhere else, so, no don't remove them
Offline
I thought that Piwigo will copy those files (uploaded by ftp) to (for example): /var/www/piwigo/_data/i/upload/2014/8...
Offline
it's not a copy, it's a downsized version for display (thumbnails, photo page, etc)
files uploaded by FTP go into "galleries" (downsized in _data/i/galleries) not in "upload" (_data/i/upload)
Offline
Hmm strange, because all "gallery" subfolders in piwigo folder are empty.
Only files uploaded (traditional method) to galleries can be found either in
/var/www/piwigo/piwigo/upload/2014/...
or in
/var/www/piwigo/piwigo/_data/i/upload/2014/...
Offline