| Current Path : /var/www/html/venkat/project-dec2016/ |
| Current File : /var/www/html/venkat/project-dec2016/project1.php |
<html> <body> <table width="800" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC"> <tr> <form name="form1" enctype="multipart/form-data" method="post" action="store.php"> <td> <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF"> <tr> <td colspan="3"><strong>Submit the Files</strong></td> </tr> <?php ?> <tr> <td width="100"> Enter the Roll No.*</td> <td width="16">:</td> <td width="100"> <input name="roll" type="text" value="Null" id="file1" ><br> </tr> <tr> <td width="100"> Enter the Title of the Project*</td> <td width="16">:</td> <td width="100"> <input name="title" type="text" value="enter" id="file2" ><br> </tr> <tr> <td width="100"> Browse the thesis</td> <td width="16">:</td> <td width="100"> <input type="hidden" name="MAX_FILE_SIZE" value="20512000" /> <input name="thesis" type="file" id="file1" ><br> </tr> <tr> <td width="100"> Browse the PPT</td> <td width="16">:</td> <td width="100"> <input type="hidden" name="MAX_FILE_SIZE" value="20512000" /> <input name="ppte" type="file" id="file1" ><br> </tr> <tr> <td width="100"> Browse the Research Paper</td> <td width="16">:</td> <td width="100"> <input type="hidden" name="MAX_FILE_SIZE" value="20512000" /> <input name="research" type="file" id="file1" ><br> </tr> <tr> <td width="25"><input type="submit" value="Submit " /></td> </tr> </form> </table> </td> </tr> </table>