Hello,
I'm using the downloadlist plugin in my Zenphoto template for download the albums.
I've added the following code to my album page.
<?php printDownloadAlbumZipURL('Download album', $_zp_current_album); ?>
Everything work correctly if i use http, but if i use https the download does not start, the link will be create with "https:\\downloadurl", but the download does not start, if i delete manually the "s" from "https" the download starts.
Some one can help me to solve the problem with downloadlist and https?
Thnak You
Comments
Thank for answer!
i've found the problem, downloadlist does not work with https when the folder name of the album contain spaces.
- Folder name "My Album" --> DownloadList not Work in Https
- Folder name "MyAlbum" --> DownloadList Work in Https
Ideas for solve the problem?
Thanks
There is also the `seo_zenphoto`plugin that does this "cleaning" on uploading via the backend (via FTP all is naturally bypassed).
Btw, you don't need to post on the ticket and on the forum ;-)