Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/imaterial/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/imaterial/Z_UploadForm.php

<?php
/* $Id: Z_UploadForm.php 5784 2012-12-29 04:00:43Z daintree $*/

//$PageSecurity=15;

include('includes/session.inc');

$Title=_('File Upload');

include('includes/header.inc');

echo '<form ENCtype="multipart/form-data" action="Z_UploadResult.php" method="post">';
	echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />';

echo '<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />' .
		_('Send this file') . ': <input name="userfile" type="file" />
		<input type="submit" value="' . _('Send File') . '" />
		</form>';

include('includes/footer.inc');
?>