Skip to content

Instantly share code, notes, and snippets.

@vrkansagara
Created September 8, 2015 16:02
Show Gist options
  • Save vrkansagara/da10b114287020b9dd47 to your computer and use it in GitHub Desktop.
Save vrkansagara/da10b114287020b9dd47 to your computer and use it in GitHub Desktop.
relate to CI_Upload.php
<?php
/**
* Created by PhpStorm.
* User: vallabh
* Date: 08/09/15
* Time: 17:31
*/
?>
<html>
<head>
<title>Upload Form</title>
</head>
<body>
<?php echo $error; ?>
<?php echo form_open_multipart('test/do_upload'); ?>
<input type="file" name="userfile"/>
<br/><br/>
<input type="submit" value="upload"/>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment