|
|---|
| Basic code to Open, Read and Create files. Includes code to work with compressed files. An example is included in the tutorial: how to record IP and referres to your site within a file.
| | Price:Free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| 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.
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| Frustrated with single-file upload scripts? Looking for an alternate route? Read as Jonathan shows us how easy it really is to setup a multi-file upload script using PHP. As a PHP programmer I had run into a problem where a client needed a form to upload more than one file at a time. So one night I sat down and spent an hour figuring out the best and easiest way to do this. In this tutorial, the for loop is going to be your best
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before enabling file uploads, the actual mechanisms to allow this are straight forward. In this tutorial we will consider how to upload files to some directory on your Web server. We will also discuss security issues concerned with the file uploading.
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| Tutorial how to write secure image upload class. Class has function witch determinate if given file is really image
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| 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.
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| 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.
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety of functions to read and manipulate directories and directory entries. Like other file-related parts of PHP, the functions are similar to the C functions that accomplish the same tasks, with some simplifications. This tutorial describes how PHP handles directories. You will look at how to create, remove, and read them.
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We first open current directory by $TrackDir=opendir("."); The opendir function returns a directory handle resource on success, or FALSE on failure. Syntax is: opendir ( string path [, resource context] ) Where: Path - The directory path that is to be opened Context
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|
|---|
| 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.
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
|
| |
|