Welcome Guest, Not a member yet? Register   Sign In
Upload problem,newbie here please help :)
#3

[eluser]umefarooq[/eluser]
another thing if you file size is more than 100kb than it also be not uploaded because in you config array you can check max size 100, change it to 1024 for 1Mb or 2048 for 2MB, maximum allowed is 2MB check the user guide also for that.

Code:
$config['max_size']    = '100';
change it to
$config['max_size']    = '1024'; 1MB
or
$config['max_size']    = '2048'; 2MB

hope it will work also and also check your upload folder path is it on your right path


Messages In This Thread
Upload problem,newbie here please help :) - by El Forum - 04-24-2009, 08:35 PM
Upload problem,newbie here please help :) - by El Forum - 04-24-2009, 10:39 PM
Upload problem,newbie here please help :) - by El Forum - 04-25-2009, 01:46 AM
Upload problem,newbie here please help :) - by El Forum - 04-26-2009, 05:26 AM
Upload problem,newbie here please help :) - by El Forum - 04-26-2009, 09:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB