============================
Add attribute for sending files customer register
Send the 'app' folder to the root of the magento installation
Add the input file to the registration files
<li id="uploadcustomer">
<label for="upload_customer" class="required"><em>*</em><?php echo $this->__('File Upload') ?></label>
<div class="input-box">
<input type="file" name="upload_customer" id="upload_customer" title="<?php echo $this->__('File Upload') ?>" class="required-entry input-text" />
</div>
</li>
- *Jonatan Machado - Initial work - Git Jonatan
- *Ceicom - ceicom.com.br
This project is licensed Open Software - see the Open Software License (OSL 3.0) link for details