Welcome Guest, Not a member yet? Register   Sign In
adding attributes to file_upload
#2

[eluser]RHS[/eluser]
You can pass a variable with the data

Code:
$data = array(
              'name'        => 'upload_name',
              'id'          => 'upload_id',
            );

echo form_upload($data);


Messages In This Thread
adding attributes to file_upload - by El Forum - 06-22-2011, 07:45 PM
adding attributes to file_upload - by El Forum - 06-22-2011, 10:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB