473,503 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

$_FILE[name][error] - Maximum Filesize exceeded

63 New Member
Hi all

I got a problem in my PHP code while uploading huge files
The error is as follows

__________________________________________________ ________________

$_FILE[name][error] - Maximum Filesize exceeded -when uploading greater than 20MB files

__________________________________________________ ________________

Pls help if u can

bye Paulson
May 4 '07 #1
1 2625
exoskeleton
104 New Member
Hi all

I got a problem in my PHP code while uploading huge files
The error is as follows

__________________________________________________ ________________

$_FILE[name][error] - Maximum Filesize exceeded -when uploading greater than 20MB files

__________________________________________________ ________________

Pls help if u can

bye Paulson
hi... view your phpinfo.php and check what is the "upload_max_filesize" set
hope it'l helps...
May 5 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
711
by: Phillip Parr | last post by:
I'm trying to get a file upload to work and it's not happening. Here's my form code... echo '<form enctype="multipart/form-data" action="catalogue.php" method="post"> <input type="hidden"...
9
2196
by: pescott | last post by:
Hello people, I could really use your help on this one... I have script to upload image data to a database, but all that is uploaded is the decription, not the data BLOB itself. There must be...
2
2011
by: SoSaucily | last post by:
I am getting the 'partially uploaded file' error with uploads over about 4k-5k. $_FILE = 3. Rackin my brain on this one, any help appreciated. Php.ini - upload_max_filesize=2M -...
4
3447
by: Mitul | last post by:
Hello friends, I need a help for upload media file. I had tried for that but getting following result after uploading wmv file in $_FILE variable. => Array ( => bada_gosht.wmv => =>
1
1889
by: Croteam | last post by:
Hello, I have one problem about ftputil file upload.Here is my short example: from ftputil import FTPHost import tkFileDialog import os from Tkinter import Tk ...
3
2183
by: Milagro | last post by:
Hello Everyone, I'm trying to debug someone elses php code. I'm actually a Perl programmer, with OO experience, but not in php. The code is supposed to upload a photo from a form and save it...
3
1753
by: pplers | last post by:
<? if(empty($_POST)){ ?> <html> <body> <form method="POST" enctype="multipart/form-data"> <input type="hidden" name="MAX_FILE_SIZE" value="10240000"> Archivo: <input...
9
2296
by: Jankie | last post by:
<?php if(isset($_POST) && $_FILES > 0){ foreach ($_FILES as $key => $error) { $name = $_FILES; $tempname = $_FILES; ………… ……… $path = 'uploads/'; include 'dbcon.php'; $rep = strpos($_FILES,...
5
3263
by: camphor | last post by:
hi, I have found an upload script in hotscripts and have implemented it into the website, I followed the installation steps to 'give write permissions to php on the upload folder (which is...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
5022
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3168
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1521
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
746
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
399
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.