Uploading files using php

Hi,

I recently ran into a problem with one of my clients. He owns a publishing company and needs to be able to upload manuscripts. I made a upload form using php and it works fine on small files but when i start getting up around 8+mb it will not work.

Is this a server problem? or a PHP issue?

please advise.

thanks,

hmmm… i THINK there is something about this in the php.info page (is that what it is? I haven’t messed with php in ages). But I believe there is a setting that sets a cap if you don’t change it… I’ll look for what I’m thinking of…

I was mistaken, it’s php.ini. The info page, well, gives you info.
here is a link about it:
http://www.php.net/manual/en/configuration.directives.php#ini.upload-max-filesize
try changing that :wink:

is php.ini a file i need to edit or can i use any ini_set in php?

I think you have to be able to change the php.ini on the server. If you’re paying for hosting, you will probably have to ask your host to change it for you, if you’re hosting it yourself it shouldn’t be a problem.

Ok… i figured it out … its my freakin server… the company i am hosting with sucks! i called them to change it and they say the max size is 5mb! So… now i get to tell my client i need to change hosting companies… and he is gonna freak out…YAH! can’t wait to tell him that one.

Thanks for your help guys…

any suggestions for hosting companies?

I have one with visicom media. They are awesome, the server is lightning fast… And thats really cheap. Just need a domain name.

http://visic.com This is truly the best hoster ever.

You will find that limit cap is common among most hosts and if you are on a shared server they more than likely won’t change it.