Can I use this program to upload other files, such as .pdf, .zip or custom file types?Yes! Just make the following edits in album.cfg:
- set "@imgexts=" (no extensions)
- "@movieexts=zip,pdf,etc" (this is the list of file types you want to support)
- set "allow_uploads=1"
- set "movie_upload=1"
That should do it. You might also want to edit things like upload_size_limit to match your new requirements.