Uploading LARGE videos Uploading LARGE videos
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Uploading LARGE videos

Started by ML, June 26, 2011, 09:52:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ML

If anyone can help me figure this out, I would appreciate it.

http://micksplace.net/coppermine/

Is there any way to up load LARGE wmv videos (5-25 megs) that will play directly from Coppermine?

I put a small one on my site and it plays fine. When I tried to upload a large video of one of MY songs, it said the the file was too big.

I changed the file size allowance to 100 megs.

Now when I try to upload it, it seems to upload fine, but at the end it says exceeded file size allowed In php.ini

Is there something else that I can change in the configuration, or is this a server problem?

Thanks for any help or suggestions.

Αndré

As the error message already says, you exceeded the file size limit of your PHP (server) configuration.

ML

Really? Stating the obvious isn't a lot of help. I know what it says - I posted it.

I just need to know if this is something that I can fix myself, or should I contact the help desk at my hosting company?

Αndré

I don't know if you can fix it yourself, as I don't know what you can do yourself with your hosting package.

Quote from: ML on June 27, 2011, 08:12:07 PM
should I contact the help desk at my hosting company?
Yes.

ML

I am doing that now.

I like Coppermine. I hope that I can get this figured out.

Thanks for replying to the post.

ML

FYI:

They adjusted the php.ini file in the /home directory

From:
register_globals=Off

To:
register_globals = Off
upload_max_filesize = 256M
post_max_size = 256M

My videos are uploading and working fine now.

Maybe this will help anyone else who is experiencing the same problem.

Αndré

Marking thread accordingly. FYI:
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
you can tag your answer as "solved" by clicking on the little image in your initial posting on your thread.