I’m doing work for a client and they tried uploading a large MP3 file of about 20Mbytes. I finally had to use ftp to get the file up and add the link to an entry. As other files have not been a problem in uploading I suspect that the size of the file, the type of the file, or a timeout is the issue.
From php_info:
max_execution_time 30/30
memory_limit 16M/16M
post_max_size 8M/8M
upload_max_filesize 32M/32M
upload_tmp_dir no value/no value
Timeouts Connection: 300 - Keep-Alive: 15
For the non-technical people at this organization I would prefer them to be able to use EE for uploads instead of resorting to ftp so if you have any ideas on what might cause this problem I would appreciate it.
Thanks, Bob.
