Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mp3 upload problem
#1
Under the files tab it says:
Max file size: 24MB

but the server is set at:
upload_max_filesize: 48M
post_max_size: 64M
(all php details for server are here: http://pritchardwebsites.net/phpinfo.php)

But I can't upload a 17mb mp3 file. I can upload a smaller mp3 file.
I adjusted some settings in jquery.uploadify.js, I set the timeout to 440 and it will still error out.

So I turned it off and am trying the html uploader.

It still won't upload the 17mb mp3 file. Now after 3 minutes it refreshes the page with no error.

I read all the forum posts on this problem I could find.
I added the below to my htaccess file:
<IfModule mod_security.c>
# Turn the filtering engine On or Off
SecFilterEngine Off
</IfModule>
<Ifmodule mod_php5.c>
SecFilterEngine "off"
SecFilterScanPOST "off"
</Ifmodule>

I sure would appreciate some help on this.
Thanks in advance.
Mike
Reply


Messages In This Thread
mp3 upload problem - by MikePritchard - 2014-08-01, 04:25:13
RE: mp3 upload problem - by shawn_a - 2014-08-01, 04:33:10
RE: mp3 upload problem - by MikePritchard - 2014-08-01, 04:49:30
RE: mp3 upload problem - by MikePritchard - 2014-08-11, 23:57:18
RE: mp3 upload problem - by shawn_a - 2014-08-12, 00:12:54
RE: mp3 upload problem - by MikePritchard - 2014-08-12, 02:37:04
RE: mp3 upload problem - by MikePritchard - 2014-08-12, 03:17:35
RE: mp3 upload problem - by shawn_a - 2014-08-12, 04:31:17
RE: mp3 upload problem - by MikePritchard - 2014-08-12, 04:54:41
RE: mp3 upload problem - by shawn_a - 2014-08-12, 07:46:07
RE: mp3 upload problem - by shawn_a - 2014-08-12, 07:47:47
RE: mp3 upload problem - by shawn_a - 2014-08-12, 07:49:31
RE: mp3 upload problem - by MikePritchard - 2014-08-12, 08:08:48
RE: mp3 upload problem - by shawn_a - 2014-08-12, 11:12:48



Users browsing this thread: 1 Guest(s)