Hi Everybody!
I am new user and working in php4.2.2, apache2 and mysql which (all three) are install on another machine(IP add 172.28.**.**)linux plate form. There is windows sevice pack2(SP2) on my machine. I work through telnet.
I have to upload file which is stored on "/var/www/html/telephone/". When i execute upload file code it open browser on path of my machine while i have to upload file from path /var/www/html/telephone/ of telnet machine.....
My code is ======>
<html>
<body>
<form enctype="multipart/form-data"
action="import.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="2000000" />
<table width="600">
<tr>
<td>Names file:</td>
<td><input type="file" name="file" /></td>
<td><input type="submit" value="Upload" /></td>
</tr>
</table>
</form>
</body>
</html>
As I click on browse it should open on the remote machine ie at which i am telneting ...Please help me and mail me at
[email protected]
Thank u....