uploadpack
uploadpack copied to clipboard
not working yet for me ...
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');?>
Form->end(__('Submit', true));?>
<li><?php echo $this->Html->link(__('List Users', true), array('action' => 'index'));?></li>
</ul>