jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

File Manipulation

DeEnFrSp
Amount: 42
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 >>
Sort Listings By:
Hits: 766

PHP AJAX example: asynchronous file upload

Rating 3.5 3.5
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.
Platform(s): Windows Date: Dec, 04 2006
DETAIL
Hits: 764

Image Uploader

Rating 0.0 0.0
Create a basic script for allowing users to upload images to your website
Platform(s): Linux, Windows, FreeBSD Date: Dec, 24 2005
DETAIL
Hits: 703

Speed Limiting File Downloads

Rating 0.0 0.0
It is common to have downloads on your website, and sometimes you want to moderate your downloads by speed, or possibly hide the 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.
Platform(s): Windows Date: Dec, 15 2004
DETAIL
Hits: 701

Simple Text Storage With PHP

Rating 0.0 0.0
When I first started learning PHP I didn’t want to overload myself with learning about SQL as well, so I used text files for storage instead (also known as flat-file databases). I am going to show you how to write information to a text file using PHP. You don’t have to have any PHP knowledge at all in order to follow this tutorial.
Platform(s): Windows Date: Jan, 04 2006
DETAIL
Hits: 689

Upload A File From A Form

Rating 5.0 5.0
This tutorial will cover how to make a basic PHP upload script. You can easily convert or change it.
Platform(s): n/a Date: Feb, 11 2006
DETAIL
Hits: 687

Easy File Uploads

Rating 0.0 0.0
Well, tired of FTP'n everything up to your site? Or even want to allow other members to upload files but you don't want to give them FTP access? Well lets create a file upload system that will take care of all your uploading woes. THis also employs some minimal security checks.
Platform(s): n/a Date: Sep, 08 2004
DETAIL
Hits: 678

Reading And Using Files

Rating 0.0 0.0
This tutorial/code shows how to read and handle files using PHP. Also explains built-in error protection.
Platform(s): n/a Date: Jan, 05 2000
DETAIL
Hits: 676

PHP Script Tips - Reading and Writing Files

Rating 0.0 0.0
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode. Special topics are: How To Append New Data to the End of a File? How To Read One Character from a File? How To Read a File in Binary Mode? How To Read Data from Keyborad (Standard Input)? How To Open Standard Output as a File Handle?
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: May, 22 2006
DETAIL
Hits: 668

Uploading files VIA FTP

Rating 1.0 1.0
Shows you how to connect to a FTP, login to that FTP, and upload a file.
Platform(s): Linux, Windows Date: Oct, 08 2004
DETAIL
Hits: 667

Reading Text Files Using PHP

Rating 0.0 0.0
Following on from Simple Text Storage With PHP, when using flat-file storage you also need to pull the data from the text files. This tutorial will explain how to extract a piece of information from a text file and display it.
Platform(s): Windows Date: Jan, 04 2006
DETAIL
Amount: 42
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 >>