Welcome Guest, Not a member yet? Register   Sign In
[ask] how upload and validate the form
#2

[eluser]pistolPete[/eluser]
Where do you set your upload configuration?

copied from the userguide:
Code:
$config['upload_path'] = './uploads/';
$config['allowed_types'] = 'gif|jpg|png';
$config['max_size']    = '100';
$config['max_width']  = '1024';
$config['max_height']  = '768';

Is your upload directory writeable?
Is your form field called "userfile"?

Also have a look at this thread: http://ellislab.com/forums/viewthread/94736/


Messages In This Thread
[ask] how upload and validate the form - by El Forum - 02-27-2009, 08:52 AM
[ask] how upload and validate the form - by El Forum - 02-27-2009, 09:15 AM
[ask] how upload and validate the form - by El Forum - 02-27-2009, 09:26 AM
[ask] how upload and validate the form - by El Forum - 02-27-2009, 09:39 AM
[ask] how upload and validate the form - by El Forum - 02-27-2009, 06:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB