|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
3 posts
Gave thanks: 0
Thanked 0 times
|
Hi, happy new year to everyone.
Well, i'm working on an assignment in PHP 4.x, where i have to upload files to a folder using PHP. However, i cannot upload files more than 3MB. Actually, i have to upload files up to 20MB. Isn't there anyway how i can solve this? With anticipated thanks. |
|
|
|
|
#3 (permalink) |
|
Senior Member
Super #1
Joined in Nov 2003
Lives in New Hampshire
1,254 posts
Gave thanks: 3
Thanked 27 times
|
PHP has a setting (upload_max_filesize) which is set to 2m as default.
Unless there's an over ride, or a way to using .htaccess.. I think 2mb is the limit |
|
|
|
|
#4 (permalink) |
|
the one who was
Super #1
Joined in Jul 2003
Lives in Memphis
1,967 posts
Gave thanks: 0
Thanked 3 times
|
Fred is correct. The current upload limit is 2meg. I can increase it to 8 MB for you, but need the domain name so I know which server to make the change on. We can't do anything over 8 MB due to performance reasons. Those files larger than that will need to be uploaded via an FTP account.
__________________
Patrick Warnings: The program(s) might crash unexpectedly or behave otherwise strangely. (But of course, so do many commercial programs on Windows.) --www.gimp.org |
|
|
|
|
#5 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
3 posts
Gave thanks: 0
Thanked 0 times
|
<!--QuoteBegin-mziyaad+Jan 23 2004, 1.12 am--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (mziyaad
Jan 23 2004, 1.12 am)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Hi, happy new year to everyone.Well, i'm working on an assignment in PHP 4.x, where i have to upload files to a folder using PHP. However, i cannot upload files more than 3MB. Actually, i have to upload files up to 20MB. Isn't there anyway how i can solve this? With anticipated thanks. [/b][/quote] Hi Surpass Jack Well, i can't access the site www.monkeyevolution.com if you can access it, can you please just copy the code there and post it on the message board. Thanks |
|
|
|
|
#6 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
3 posts
Gave thanks: 0
Thanked 0 times
|
<!--QuoteBegin-mziyaad+Jan 23 2004, 1.12 am--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (mziyaad
Jan 23 2004, 1.12 am)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Hi, happy new year to everyone.Well, i'm working on an assignment in PHP 4.x, where i have to upload files to a folder using PHP. However, i cannot upload files more than 3MB. Actually, i have to upload files up to 20MB. Isn't there anyway how i can solve this? With anticipated thanks. [/b][/quote] Hi Surpass Jack, thanks for the piece of PHP codes. I've tried it, but it's limit is 7MB. it does not allow us to upload files more than 7mb. i've got to upload files up to 20MB. u haven't got any php codes that can do that? Anyway, thanks a lot. |
|
|