Target to browse in order to insert a file
- by Abid
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?