Yet another PHP question

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Winfang
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Mar 28, 2003 11:45 am
Location: Akron, OH
Contact:

Yet another PHP question

Post by Winfang »

I feel weird because I'm only person asking PHP questions. Oh well...

I'm doing a php upload page so we can share files out to our clan members. Not everyone knows how to ftp programs so I created a script to upload them. I know we can't store files larger then 30MB so I set the file limit on the form to upload to 10000000 or roughly 10MB. The problem that I'm running to is that I can't transfer a file larger then 2MB. I ran a test and found that that was what the php.ini value was set to. Is it possible to bump that up to 10MB or is it out of the question?

I already tried adding this value into my .htaccess file:
php_value upload_max_filesize 10000000
I was told that wasn't allowed (I don't remember the exact wording of the error).
zDWIz Winfang
User avatar
Edge100x
Founder
Founder
Posts: 12960
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Sure, I can raise that in php.ini.
Winfang
New to forums
New to forums
Posts: 5
Joined: Fri Mar 28, 2003 11:45 am
Location: Akron, OH
Contact:

Post by Winfang »

Sweet....Thank you.
zDWIz Winfang
Post Reply