Created
September 8, 2015 16:02
-
-
Save vrkansagara/da10b114287020b9dd47 to your computer and use it in GitHub Desktop.
relate to CI_Upload.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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