|
A collection of 12 tips on
This script renames all the
Asynchronous file uploads is
Nowadays, PHP programmers
uploading files with PHP
files (or some of the files)
quote popular feature in
generally use databases such
pages. Clear explanations
in a given directory
modern AJAX
as MySQL to do everything,
and tutorial exercises are
(default is cureeent dir)
web-applications. However
however, every programmer
provided on creating file
with a random names, leaving
standard AJAX classes
should at least know the
upload HTML tags, setting
the extensions as they were
(XmlHttpRequest) does not
basics of reading and
encoding type on HTML forms,
before.
have capabilities to process
writing to files - that IS
getting uploaded file
or send files selected with
what a database does. Come
information, storing
"file dialog"
read an all you need to know
uploaded file in database.
(input
introduction to file
type="file"). This
handling.
article contains example
application (trivial
file-sharing service, like
rapidshare, megaupload or
yousendit) which uses
embedded frames (IFRAME) to
upload file. While file is
uploaded to hidden frame,
user can still access
web-page and fill "file
description" field.
Date: Jun, 07 2006 Date: Sep, 10 2002 Date: Dec, 04 2006 Date: Jan, 10 2005 |
|
How to use PHP includes in
Learn how to upload images
It is common to have
Shows you how I made my
your scripts
easy using forms and PHP.
downloads on your website,
upload files form(s) in the
Great for beginners.
and sometimes you want to
Media Administration area.
moderate your downloads by
(Does NOT require globals to
speed, or possibly hide the
be on.)
directory that the download
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: Jul, 30 2005 Date: Oct, 13 2004 Date: Dec, 15 2004 Date: Oct, 08 2004 |