Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/icdp.bak/
Upload File :
Current File : /var/www/html/mmishra/indem/icdp.bak/fileupload.inc

<?php
$submit = $_POST["submit"];
if ($submit == 'UPLOAD') upload_file();
welcome();
?>
<br>
Please select file to upload on server. Here image files will be uploaded in /images/ folder
and other files will be uploaded in /documents/ folder. File at wrong place may cause access problem.
<br><br>
Select file <input type='file' name='userfile' size='50'>
<input type='submit' name='submit' value='UPLOAD' style='width:80px'>
<br>
Add this image file to the Photo Gallery [
<input type='radio' name='addto_gallery' value='yes'> Yes
<input type='radio' name='addto_gallery' value='no' checked> No
]
<br><br>
Only images can be added to the photo gallery.
Please upload .jpg image files to achieve better performance.
<br><br>
List of files already uploaded on server:
<ul>
<li>List of files under <a href='documents/' target='_blank'>document</a> folder</li>
<li>List of files under <a href='images/' target='_blank'>image</a> folder</li>
</ul>

<br>
<b>Note:</b><ul>
<li>Use &amp;#34 for &#34 and &amp;#39 for &#39 in the text, if required.</li>
</ul>