uploadpack icon indicating copy to clipboard operation
uploadpack copied to clipboard

not working yet for me ...

Open fhxfhx opened this issue 15 years ago • 0 comments

Ji, I implemented everything as in the readme file, but it is not writing to the user-table and not uploading pictures. Here is my view :

Form->create('User');?>
create('Users', array('type' => 'file')); echo $this->Form->input('first_name'); echo $this->Form->input('last_name'); echo $this->Form->input('character'); echo $this->Form->input('login'); echo $this->Form->input('avatar_file_name', array('type' => 'file')); ?>
Form->end(__('Submit', true));?>

    <li><?php echo $this->Html->link(__('List Users', true), array('action' => 'index'));?></li>
</ul>

fhxfhx avatar Aug 25 '10 09:08 fhxfhx