Author Topic: Using Custom File Types (.zip, .exe, etc...)  (Read 6029 times)

0 Members and 1 Guest are viewing this topic.

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Using Custom File Types (.zip, .exe, etc...)
« on: June 30, 2002, 06:11:00 »
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.
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »