| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/samaj/samaj/admin/ |
| Current File : /home/udaipurk/public_html/websites/samaj/samaj/admin/index1.php |
<?php include('header.php'); ?>
<form action="upload.php" method="post" enctype="multipart/form-data">
<div class="row-fluid">
<div class="span6">
<div class="head">
<div class="isw-list"></div>
<h1>Data Uploading System</h1>
<div class="clear"></div>
</div>
<div class="block-fluid">
<div class="row-form">
<div class="span3">Select file</div>
<div class="span9">
<input type="file" name="file" id="file" required/><br>
<span>File Format shoul be .xls or .xlsx</span>
</div>
<div class="clear"></div>
</div>
<div class="row-form">
<div class="span9">
<input type="submit" name="submit" />
</div>
<div class="clear"></div>
</div>
<?php
if($uploadedStatus==1){
echo "<table align='center'><tr><td ><center>============================= <b>File Uploaded<b/> =============================================</center></td></tr>";
echo "<tr><td ><center>============================= <b>Do you want to upload the data <a href='index1.php'>Click Here</a> </b>========================</center></td></tr></table>";
} ?>
</div>
</div>
</form>
<?php include('footer.php'); ?>