+ Reply to Thread
Results 1 to 4 of 4

Thread: File Size Limit?

  1. #1
    Client
    Join Date
    Aug 2010
    Posts
    49
    Squirrelcart version
    v3.2.1

    File Size Limit?

    Hello,

    I'm able to upload .mp3 files with the download modulem but none of the complete-album .zip files will upload. Is there a file-size limit? SHould I try to upload the albums as separate tracks?

    Thanks!

    T

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    File upload limits are controlled by the upload_max_filesize and post_max_size PHP settings in the php.ini file on your web server.

    See the first section on this page for more info:
    http://www.radinks.com/upload/config.php

    I believe the default value for upload_max_filesize on a new PHP install is 2M which is fairly tiny. You can check those settings by logging in as admin and loading your phpinfo file:
    http://www.example.com/squirrelcart/phpinfo.php

    Search the page for those settings and you'll find their values.

  3. #3
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    I forgot to mention - if you have large files you are probably better off uploading them directly via FTP, to the sc_data/downloads folder.

  4. #4
    Client
    Join Date
    Aug 2010
    Posts
    49
    Squirrelcart version
    v3.2.1

    Got it!

    Works fine now. I'm using FTP, but I'll see if I can change the php.ini file in the event I need to upload stuff remotely and don't have an FTP client.

    Thanks!

    T

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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