In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver. As you will see it is not so complicated to implement this very usefull script.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Oct 29 2007
In this tutorial I will show you how to create a file on your web server using your browser.
We will create a html form which will be store the file during the form processing mechanism.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Oct 29 2007
In this tutorial you will learn how to open, read, write, rename, remove and upload files using one of the best server-side languages -- PHP. It will overview the fopen() function and the different modes needed to open files. It will then teach you how to read data from a file and output it. Next you will learn about the fwrite() function and about truncating files. Next you will be taught how to use the rename() and unlink() functions to rename and delete files. Finally you are given an introduction into the world of uploading files.
FreeVersion: 1.0.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Nov 14 2007
This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.
FreeVersion: 1.0.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Fri Feb 29 2008
View and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns.
FreeVersion: n/a Platform(s): n/a Updated: Sun Jan 27 2008
In this tutorial I will show you how to create a PHP application to display directory content (filename, filesize, modification date) and navigate between them.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Aug 15 2007
PHP has some very easy, simple yet powerful, extensions for file compression support. zip, gZip, bZip2, LZF libraries are popular extensions with php. Each one is actually a different compression format... all of them have their own algorithms to compress files, and some of them support mentioning which compression algorithm you want to use, while creating/opening a compressed file. We will look at some of the features of these libraries with reference to PHP.
In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select images from the MYSQL database using php programing.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Jun 18 2007
An example of command line non-interactive PHP script which creates bucket and uploads file to Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Sun Jun 3 2007
Using the common File I/O functions of Php such as opendir, is-dir, readir and rename, this script lists files while extracting unwanted ones and rename them.
FreeVersion: 1.0.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Thu May 31 2007
In this tutorials, we start how to create files using PHP. Before starting test sample script, double check directory access permisisons for writing. First of all, if you're new to PHP but have a knowledge on other scripting languages like ASP, PHP is a comple language which has function to access file system. This means that PHP includes all libraries and functions to manage file system.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Mar 28 2007
This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (checking the extension), if it doesn't overtakes a size limit and how to change the uploaded file name.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Tue Jan 2 2007
Asynchronous file uploads is quote popular feature in modern AJAX web-applications. However standard AJAX classes (XmlHttpRequest) does not have capabilities to process or send files selected with "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.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Dec 4 2006
In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.You can test for the existence of a file with the file_exists() function.file_exists() takes one element, which is a string representing an absolute or relative path to a file that might or might not be there.
FreeVersion: n/a Platform(s): n/a Updated: Tue Nov 28 2006
In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file, Reading arbitrary amounts of data from a file, Writing to a file, Creating directories, Removing a directory and Opening a directory for reading.
FreeVersion: n/a Platform(s): n/a Updated: Tue Nov 28 2006
This is a brief tutorial for those who are new to php, and dont know much php. Here they will learn how to upload files through php. In the next version there will be alot of great features added. Like Multiple Files Uploading
Using Arrays & Loops
Making new folders/files
Editing Files
etc...
FreeVersion: 0.1 Platform(s): n/a Updated: Tue Aug 29 2006