Thanks for the suggestions...
I used the solution proposed by Pasher and worked fine...
Leandro
2009/3/13 Justin Pasher
> Leandro Silva wrote:
>
>> Hi,
>>
>> In the company where I work, we have a windows server with apache/php
>> instaled with a shared folder in our network. The workers of co
Leandro Silva wrote:
Hi,
In the company where I work, we have a windows server with apache/php
instaled with a shared folder in our network. The workers of company
can put any file on this folder to be visible at the internet through
the http protocol. We are having a problem because they can
Leandro Silva wrote:
Hi,
In the company where I work, we have a windows server with apache/php
instaled with a shared folder in our network. The workers of company can put
any file on this folder to be visible at the internet through the http
protocol. We are having a problem because they can pu
This directory should not be under your document root, instead it should lie
outside the web server root, and you should use a php script to handle the
download and the file and folder listing.
This way when the user clicks on "http://example.org/foo/bar/word.doc"; the
"/foo/bar/word.doc" will b
Hi,
In the company where I work, we have a windows server with apache/php
instaled with a shared folder in our network. The workers of company can put
any file on this folder to be visible at the internet through the http
protocol. We are having a problem because they can put PHP files on this
fol