Page 1 of 1

Upload the mp3 does not work

Posted: 28 Feb 2009, 05:43
by megastudio
I'm trying to upload an MP3 music through the administrator, but is giving a message saying that the file is too large. I gave all permissions (777) in the folder, the file size is a standard MP3, which can be happening?

Posted: 02 Mar 2009, 06:22
by Nick
This is php.ini limit - max_upload_filesize, if you don't have access to php.ini, ask your admin.

Posted: 19 Jun 2009, 18:46
by Ferdz
pain wrote:This is php.ini limit - max_upload_filesize, if you don't have access to php.ini, ask your admin.
Can someone please help me on this. I have uploaded my mp3 files but I get an error on the admin page

A PHP Error was encountered

Severity: Warning
Message: fread() [function.fread]: Length parameter must be greater than 0
Filename: /imagevue/include/getid3/module.audio.mp3.php

Line Number: 1350

Posted: 21 Jun 2009, 05:54
by Nick
Hmm I believe you might've got zero-length file in the end, you have to check using ftp.

Posted: 22 Jun 2009, 11:34
by Ferdz
pain wrote:Hmm I believe you might've got zero-length file in the end, you have to check using ftp.
Hmmmm where can I see the value? When you say zero-length file are you referring to my mp3 file?

Posted: 22 Jun 2009, 16:03
by mjau-mjau
Not quite sure about this error, but if you upload the mp3 file by FTP, I think you shouldn ´t have any problems.

We would need link to your admin with login to be able to diagnose this further. Most likely it is just a server setting that prevents you from uploading large files from the web interface, or something else ...

Posted: 22 Jun 2009, 17:35
by Ferdz
mjau-mjau wrote:Not quite sure about this error, but if you upload the mp3 file by FTP, I think you shouldn ´t have any problems.

We would need link to your admin with login to be able to diagnose this further. Most likely it is just a server setting that prevents you from uploading large files from the web interface, or something else ...
I sent you a pm for the link and the login

OK I can't find that php.ini in the imagevue folder or sub

Posted: 21 Jul 2009, 13:58
by bcbennycan
I'm my own admin but for some reason can't the one file to change the Max-Size mp3 file size setting. I have the mp3 reduces to 4.1meg still to large. Doh!

Any help will be great (thanks all)

Ben Stewart = Technical Analyst ( LSP, CIRA register )
HOI - Systems
551 - Reta Ave.
Willow River B.C. Canada V2J 3C0
email: benny@clanstewart.ca

Posted: 22 Jul 2009, 04:56
by Nick
Max_upload_filesize in in php.ini on server, this is not something you can easily change without contacting your host support.