By oweowe on
I tried to upload a 42M mp3 file using audio module, however, it ended up with only 15.7M without any error message. That is, after hitting the submit button, there was response showing the audio node was created successfully, but the file size was truncated somehow.
I am wondering what may cause this problem?
Comments
I changed the php.ini,
I changed the php.ini, .htaccess and Drupal's upload size limit, as suggested by previous posts, but nothing works.
same problem
I have the same problem but in Drupal 5.1. MP3 files are truncated to 16344 KB of the original size. When looking at temp directory while files are uploaded I can see the correct size, so PHP uploads them correctly. Something bad is happening after uploading, that files are truncated.
The error is repeatable, it shows on Apache2, it shows on Lighttpd, php.ini was tunned to handle big files, big amount of consumed memory and big HTTP POST requests.
What I'm going to do now is to try whether it is about each file, or just audio files.
--
pawel
it's only about audio files
hi,
It is only about audio files uploaded using audio module. The same file uploaded as attachment is not truncated.
--
pawel