upload file size > 2MB
Moderator: General Moderators
upload file size > 2MB
is php can upload the file that have a big size greater that 2MB. cause i try to upload the other files < 2MB and it was successfully but the file size 3.5MB is fail.
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
The maximum upload file size is set in the php.ini - look for the lines:
I'm not sure what you can do about it if you don't have access to the php.ini though.
Mac
Code: Select all
; Maximum allowed size for uploaded files.
upload_max_filesize = 2MMac