PHP Classes

File: application/views/excel/import.php

Recommend this page to a friend!
  Classes of harold rita   PHP Thesis Proposal Hub   application/views/excel/import.php   Download  
File: application/views/excel/import.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Thesis Proposal Hub
Store and publish research thesis documents
Author: By
Last change:
Date: 6 years ago
Size: 265 bytes
 

Contents

Class file image Download

<?php echo form_open_multipart('backup/ExcelDataAdd');?>
<label>Excel File:</label>
<input type="file" name="userfile" />
<input type="submit" value="upload" name="upload" />
</form>
</div