This is a discussion on Image Upload problem within the PHP Programming forums, part of the Web Development category; I am trying to upload file using php , using input type = file tag of htl but when I try to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, Check the "upload_max_filesize" property in phpini file, default upload max file size is 2MB. If need to upload more than 2MB, change config value in phpini file itself. OR set the max upload file size value through php. For example: PHP Code: |
| |||
| Hi Image uploading depends on post_max_size, upload_max_size,memory_limit. Check the phpini setting for post_max_size = 32M , upload_max_size=32M and memory_limit=3072M. If post_max_size or upload_max_size set 2M you upload maximum 2MB size images only. You need to upload more than 2MB means need change the phpini configuration as per mentioned. Thanks Last edited by Senthilkumar : 07-13-2007 at 08:05 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fckeditor Image Upload Path | bluesky | PHP Programming | 1 | 03-24-2008 06:12 AM |
| Convert image to other image format using CODEC in .NET 3.0 | Mramesh | C# Programming | 0 | 02-07-2008 03:33 AM |
| Example of Image Upload | hanusoft | ASP and ASP.NET Programming | 2 | 09-20-2007 10:59 PM |
| How to upload an image to DB in ASP.Net? | mobilegeek | ASP and ASP.NET Programming | 6 | 09-18-2007 11:18 PM |
| Fixing Problem for multifolder for code image css | vivekanandan | PHP Programming | 0 | 08-31-2007 01:41 AM |