About Video size

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jothirajan
Forum Commoner
Posts: 69
Joined: Tue Jan 27, 2009 12:06 am

About Video size

Post by jothirajan »

Hello all

I am uploading an video with size of 10 MB but my site did'nt allow me to upload..

I have changed the Memory limit in my server... Currenly i am having the following in the server
settings...

post_max_size 155M 155M

memory_limit 54M 54M

max_execution_time 3600 3600

upload_max_filesize 150M 150M

Kindly advice whats my problem here...

Please help...........
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: About Video size

Post by JAB Creations »

Well you didn't post any code and you should know this well before you have 67 posts to your name here.

Any way are you moving the file after it's uploaded by referencing $_FILE? If you don't move the file then PHP will delete it no matter what. Do a search on that first and remember that *nix and Windows handle local file paths differently.
jothirajan
Forum Commoner
Posts: 69
Joined: Tue Jan 27, 2009 12:06 am

Re: About Video size

Post by jothirajan »

Thanks for your post...MGUM

It's purely due to my coding.. nothing other than that.. Now i got it...

This is my 68th....


Thank you man....
Post Reply