Hi
Suppose this:
Note: In this case I don't mean file upload process.
Look at this:
<form action="myphp1.php" method="post">
<input type="file" name="file_path">
<input type="submit">
</form>
In myphp1.php file, I wrote the following code:
<?
echo($file_path)//here I respect the file path will be printed
?>
However, There's no any thing printed at all.
So Please, Tell me how can I make the file_path variable, contains the value
of the path to be peinted?
Note: I have Globals on in php.ini