It is common to have
Learn how to upload images
Shows you how to connect to a
Returns the directory from a
downloads on your website,
easy using forms and PHP.
FTP, login to that FTP, and
string.
EX: /test/ FROM
and sometimes you want to
Great for beginners.
upload a file.
/test/blah.php
Shows how to
moderate your downloads by
create functions, use
speed, or possibly hide the
explode(), count(), while()
directory that the download
and preg_replace() functions.
is coming from, protecting
all your other files. This
is very possible and very
simple to solve in PHP. All
you need is the header()
function and some files
function.
Date: Dec, 15 2004 Date: Oct, 13 2004 Date: Oct, 08 2004 Date: Oct, 08 2004 |
Shows you how I made my
Shows you how to set error
Well, tired of FTP'n
With this program you can
upload files form(s) in the
reporting, create a class
everything up to your site?
upload file with a browser
Media Administration area.
with a function to upload
Or even want to allow other
on your server, or other
(Does NOT require globals to
files, rename the files
members to upload files but
people. You can become an
be on.)
being uploaded on the fly
you don't want to give them
e-mail is someone upload
and more.
FTP access? Well lets create
files. You can protect the
a file upload system that
upload with a password.
will take care of all your
Overwrite protection You can
uploading woes. THis also
choice the allowed
employs some minimal
extension, the max file size
security checks.
and some more. HTML infos at
begin with CSS. You can
choice how many files you
want to upload. You can
choice: wrong pw output or
not. Overwrite file or add a
random extension. You can
crypt your password with
MD5. View files with
download the upload file.
Date: Oct, 08 2004 Date: Oct, 07 2004 Date: Sep, 08 2004 Date: Dec, 09 2003 |