Ask a Question related to PHP Development, Design and Development.
-
Fatih Olcer #1
how to block a user downloading a file?
hi,
how to block a user downloading a file?
eg : when a user enter an address like
[url]http://localhost/downloads/testfile.cab[/url]
i want to forward him to an other address like
[url]http://localhost[/url]
i'm PHP newbie thanks for help.
Fatih Olcer Guest
-
.net security logs out user occassionaly when downloading large pdf files
Can anyone think why this might be happening: I have .net forms security set up and running successfully. There are several directories that are... -
Downloading file
i want to click on a link which then displays a file on the cd in word, how can i make this file able to be downloaded on the users computer? i... -
Downloading a file from a CD
Hi, Im using Director MX. On my CD, I want people to be able to click on an option that starts to download a video from my CD to the users... -
Getting a block of data from with a text file
Hi All, Any ideas on how to read a txt file from asp and get it to grab one block of information? Sample txt file; Windows IP Configuration... -
find physical blocks/disks, mapped from Oracle file# and block#, block corruption
Hello "lopera" <prlopera@techie.com> schrieb im Newsbeitrag news:3E1C7C00.9090402@techie.com... I think that we need a bit more data here.... -
Tassos T #2
Re: [PHP] how to block a user downloading a file?
fatih olcer wrote:
hi,>hi,
>how to block a user downloading a file?
>eg : when a user enter an address like
> [url]http://localhost/downloads/testfile.cab[/url]
>i want to forward him to an other address like
> [url]http://localhost[/url]
>
>i'm PHP newbie thanks for help.
>
>
>
you have to use this code :
<?
header ("Location: http://localhost");
?>
Tassos T Guest
-
Jabber@Raditha.Com #3
Re: [PHP] how to block a user downloading a file?
Hello,
Since this is a cab file, i don't think you will be able to modify it.
Why don't you put the cabs outside the document root? there was a
discussion on doing something similar just this week on this very list.
If you insist on having the stuff on the document root you can use
..htaccess files with the appropriate allow / deny directives. but i have
a hunch you may be on windows :-)
best regards
raditha
Tassos T wrote:
> fatih olcer wrote:
>> hi,>> hi,
>> how to block a user downloading a file?
>> eg : when a user enter an address like
>> [url]http://localhost/downloads/testfile.cab[/url]
>> i want to forward him to an other address like
>> [url]http://localhost[/url]
>>
>> i'm PHP newbie thanks for help.
>>
>>
>>
> you have to use this code :
> <?
> header ("Location: http://localhost");
> ?>
>
--
[url]http://www.raditha.com/php/progress.php[/url]
A progress bar for PHP file uploads.
Jabber@Raditha.Com Guest



Reply With Quote

