|
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 |
|
When I first started learning
It is common to have
Well, tired of FTP'n
This tutorial/code shows how
PHP I didn’t want to
downloads on your website,
everything up to your site?
to read and handle files
overload myself with
and sometimes you want to
Or even want to allow other
using PHP. Also explains
learning about SQL as well,
moderate your downloads by
members to upload files but
built-in error protection.
so I used text files for
speed, or possibly hide the
you don't want to give them
storage instead (also known
directory that the download
FTP access? Well lets create
as flat-file databases).
is coming from, protecting
a file upload system that
I am going to show you how
all your other files. This
will take care of all your
to write information to a
is very possible and very
uploading woes. THis also
text file using PHP. You
simple to solve in PHP. All
employs some minimal
don’t have to have any PHP
you need is the header()
security checks.
knowledge at all in order to
function and some files
follow this tutorial.
function.
Date: Jan, 04 2006 Date: Dec, 15 2004 Date: Sep, 08 2004 Date: Jan, 05 2000 |