Welcome Guest, Not a member yet? Register   Sign In
min_width and min_height for the upload class?
#12

[eluser]chefnelone[/eluser]
[quote author="teampoop" date="1291246123"]There are configuration parameters for the file upload library. Check out CI/user_guide/libraries/file_uploading.html for more details.

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

$this->load->library('upload', $config);

// Alternately you can set preferences by calling the initialize function. Useful if you auto-load the class:
$this->upload->initialize($config);
[/quote]

I checked the user guide. But min_width and min_height are not include as parameter in the upload class. This http://ellislab.com/forums/viewthread/143418/#730179 shows a way to include these parameters... but it isn't working for me.


Messages In This Thread
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 01:24 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 02:03 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 02:12 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 06:40 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 06:48 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 06:58 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 07:01 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 07:17 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 07:23 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 07:28 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 11:28 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 11:38 AM
min_width and min_height for the upload class? - by El Forum - 12-01-2010, 11:44 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 02:57 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 03:21 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 03:31 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 04:20 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 05:18 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 05:33 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 05:41 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 05:44 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 05:46 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 05:58 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 06:29 AM
min_width and min_height for the upload class? - by El Forum - 12-02-2010, 06:47 AM
min_width and min_height for the upload class? - by El Forum - 02-28-2011, 04:18 PM
min_width and min_height for the upload class? - by El Forum - 02-23-2012, 09:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB