Target to browse in order to insert a file

Posted by Abid on Server Fault See other posts from Server Fault or by Abid
Published on 2013-10-23T09:08:09Z Indexed on 2013/10/23 9:59 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

I have created an application using PHP and HTML. I insert it in my Linux server. I open it from my windows machine using the browser.

I should in this application insert a file. When i click "insert file", instead of i have a window that browse the Linux server , i get a window that browse my local machine. And when i click insert , nothing is copied to the server.

The code to insert file is:

Filename: <input type="file" name="file" id="file">

So what should i do to force this application to browse the Linux machine when i open it from my local machine?

© Server Fault or respective owner

Related posts about linux

Related posts about Windows