Re: How to restrict the files while uploading..
- From: "Steve" <no.one@xxxxxxxxxxx>
- Date: Thu, 27 Sep 2007 08:16:32 -0500
"Geevaa" <govivasanth@xxxxxxxxx> wrote in message
news:1190883422.028342.204300@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Sep 26, 4:19 pm, anu <anunanni2...@xxxxxxxxx> wrote:
Hi,
Wt im tell was whn files ve to upload from remote server i dnt want
othr files to be uploaded in my sys ..
fog eg: i want oly .txt files when v try to open it thr it cum lik
this ALL FILES.. dnt want tat oly .txt files i need..
so s thr any solution for that let it be knw ..
Thank U,
Anu
Anu,
I guess u want the files with extension .txt alone to be
uploaded ...Right???
use $_FILES[][] to find the name and type of the file and restrict the
files ..
refer php.net
not all files have extensions. not all file types can be found with php's
abilities. it's still a guess...however, looking up mime types in the
documentation will help you get closer
.
- References:
- How to restrict the files while uploading..
- From: anu
- Re: How to restrict the files while uploading..
- From: J.O. Aho
- Re: How to restrict the files while uploading..
- From: anu
- Re: How to restrict the files while uploading..
- From: Geevaa
- How to restrict the files while uploading..
- Prev by Date: Re: WSQ image library for PHP
- Next by Date: Secpay and Sessions
- Previous by thread: Re: How to restrict the files while uploading..
- Next by thread: Sluggish GD plotting
- Index(es):
Relevant Pages
|