Results 1 to 3 of 3

Thread: Contao and serving huge files

  1. #1
    User
    Join Date
    11-24-13.
    Posts
    44

    Idee Contao and serving huge files

    Hi,
    I'm evaluating Contao for making a website that serves files to different protected memberships.
    Contao membership fits perfectly.
    My doubt is about file sizes: files for download are many and in particular some of them are .mov of 3 GB, audio files of 300 mb, pdf, apple keynotes.

    Is it a good idea to keep all these files in contao website under the file manager, and serving them with downloads content element?

    Better ideas?

    Thanks

    Davide

  2. #2
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    If you serve files via PHP (doesn't matter whether it is via Contao or something else), you'll run into the maximum_execution_time limit. The PHP script that serves the file will run as long as the user downloads, so if a User has a very slow internet connection, and your maximum_execution_time is not big enough, he won't be able to download the file completely.

  3. #3
    User
    Join Date
    11-24-13.
    Posts
    44

    Default

    I'm thinking about keep files in something like dropbox and linking inside my news... the problem is that dropbox files are public, so link are protected inside contao but not outside

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •