|
In your PHP scripts at some
Returns the directory from a
Create a basic script for
Asynchronous file uploads is
stage you may wish or need
string.
EX: /test/ FROM
allowing users to upload
quote popular feature in
to completely change the
/test/blah.php
Shows how to
images to your website
modern AJAX
directory in which to look
create functions, use
web-applications. However
in - for examples the
explode(), count(), while()
standard AJAX classes
directory to look for files
and preg_replace() functions.
(XmlHttpRequest) does not
to include. This tutorial
have capabilities to process
shows you how to change dir
or send files selected with
for file inclusion.
"file dialog"
(input
type="file"). This
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: Aug, 02 2005 Date: Oct, 08 2004 Date: Dec, 24 2005 Date: Dec, 04 2006 |
|
It is common to have
When I first started learning
Well, tired of FTP'n
This tutorial will cover how
downloads on your website,
PHP I didn’t want to
everything up to your site?
to make a basic PHP upload
and sometimes you want to
overload myself with
Or even want to allow other
script. You can easily
moderate your downloads by
learning about SQL as well,
members to upload files but
convert or change it.
speed, or possibly hide the
so I used text files for
you don't want to give them
directory that the download
storage instead (also known
FTP access? Well lets create
is coming from, protecting
as flat-file databases).
a file upload system that
all your other files. This
I am going to show you how
will take care of all your
is very possible and very
to write information to a
uploading woes. THis also
simple to solve in PHP. All
text file using PHP. You
employs some minimal
you need is the header()
don’t have to have any PHP
security checks.
function and some files
knowledge at all in order to
function.
follow this tutorial.
Date: Dec, 15 2004 Date: Jan, 04 2006 Date: Sep, 08 2004 Date: Feb, 11 2006 |