[PHP] type=file

2002-05-24 Thread Anil Garg
Hi, I am using php In a html form m using:input type=file name=file size=30 When i submit the form and try to retrieve the path written in the text box by using 'printf(%s,$file)' it returns a path /var/tmp/trash ... How can i print the path selected by browse button. Any ideas are

Re: [PHP] type=file

2002-05-24 Thread Miguel Cruz
On Fri, 24 May 2002, Anil Garg wrote: In a html form m using:input type=file name=file size=30 When i submit the form and try to retrieve the path written in the text box by using 'printf(%s,$file)' it returns a path /var/tmp/trash ... How can i print the path selected by browse button. By

Re: [PHP] type=file

2002-05-24 Thread Jason Wong
On Saturday 25 May 2002 01:15, Anil Garg wrote: Hi, I am using php In a html form m using:input type=file name=file size=30 When i submit the form and try to retrieve the path written in the text box by using 'printf(%s,$file)' it returns a path /var/tmp/trash ... How can i print the