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
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
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.
Thanks,
Jamie
PHP shopping cart software - Squirrelcart
Please rate or review us!![]()
Hotscripts ● PHP Resource Index
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.
Thanks,
Jamie
PHP shopping cart software - Squirrelcart
Please rate or review us!![]()
Hotscripts ● PHP Resource Index
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
There are currently 1 users browsing this thread. (0 members and 1 guests)