It is common to have
Seems more and more people
Well, tired of FTP'n
This tutorial/code shows how
downloads on your website,
are wanting to edit files
everything up to your site?
to read and handle files
and sometimes you want to
on-line. Also a common
Or even want to allow other
using PHP. Also explains
moderate your downloads by
problem in on-line editors
members to upload files but
built-in error protection.
speed, or possibly hide the
is the textarea because
you don't want to give them
directory that the download
editors on-line use the same
FTP access? Well lets create
is coming from, protecting
code, so it breaks the
a file upload system that
all your other files. This
editor. This will address
will take care of all your
is very possible and very
this problem be tricking the
uploading woes. THis also
simple to solve in PHP. All
the online editor into
employs some minimal
you need is the header()
thinking it did not in fact
security checks.
function and some files
load a file.
function.
Date: Dec, 15 2004 Date: Feb, 05 2006 Date: Sep, 08 2004 Date: Jan, 05 2000 |
Shows you how I made my
A collection of 8 tutorials
Shows you how to connect to a
Following on from Simple Text
upload files form(s) in the
on working with directories
FTP, login to that FTP, and
Storage With PHP, when using
Media Administration area.
and files:
How To Create a
upload a file.
flat-file storage you also
(Does NOT require globals to
Directory?
How To Remove an
need to pull the data from
be on.)
Empty Directory?
How To
the text files. This
Remove a File?
How To Copy
tutorial will explain how to
a File?
How To Dump the
extract a piece of
Contents of a Directory into
information from a text file
an Array?
How To Read a
and display it.
Directory One Entry at a
Time?
How To Get the
Directory Name out of a File
Path Name?
How To Break a
File Path Name into Parts?
Date: Oct, 08 2004 Date: Jun, 12 2006 Date: Oct, 08 2004 Date: Jan, 04 2006 |