Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created November 10, 2011 20:38
Show Gist options
  • Save fabriziomachado/1356133 to your computer and use it in GitHub Desktop.
Save fabriziomachado/1356133 to your computer and use it in GitHub Desktop.
application/views/jobs/_form_upload.php
<?php echo form_open_multipart('jobs/upload');?>
<input type="file" name="userfile" size="20" /> <br />
<input type="submit" value="upload" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment