[eluser]invision[/eluser]
Many thanks for the reply Eoin.
Here's my current
VIEW for reference:
View
Code:
<?php
echo auto_typography($title);
echo auto_typography($body);
?>
<?php echo $this->validation->error_string; ?>
<?php echo form_open_multipart('vacancies/apply/'); ?>
<p><label>File</label><input type="file" name="file" /></p>
<?php echo form_hidden('slug',$post['slug']); ?>
<?php echo form_submit('submit', 'Submit'); ?>
<?php echo form_close(); ?>