File upload exceeded the max allowed

Status
Not open for further replies.

BabyJam

New Member
Messages
9
Reaction score
0
Points
0
http://forums.x10hosting.com/free-hosting/32333-max-php-file-upload-how-adjust.html

As per the above linked thread we should be able to upload images of up to 30mb. Im uploading photo's of about 3mb and im still getting the error message of File upload exceeded the max allowed. Can someone help me please? im using phpwebsite and the photo gallery to upload my images.

thanks in advance for any help that can be provided

ok now it loads a new page with the following

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11264 bytes) in ../core/File.php on line 402
(removed the full path name) is this an error with a 3rd party package?
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
No, your script is using to much memory now. It is trying to allocate more than the max memory limit is allowed.
 
Status
Not open for further replies.
Top