want to join us? register, it's easy | help

browse by tag: upload

sort by

newest, oldest, most popular


category icon

More secure PHP image upload class tutorial

in PHP added by kreoton, on 22/11/2007 image security upload

This tutorial shows how to build safe image upload class.

comment save report
category icon

FTP Upload via cURL

in PHP added by finalwebsites, on 15/10/2007 curl file handling ftp upload

Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server.

comment save report
category icon

Uploading, Saving and Downloading Binary Data in a MySQL Database

in PHP added by goodphptutorials, on 10/8/2007 advanced tutorials download mysql upload

This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database.

comment save report
category icon

Asynchronous file upload via IFRAME

in PHP added by goodphptutorials, on 3/12/2006 AJAX advanced tutorials asyncrhonous file upload iframe uploads

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.

comment save report
category icon

Creating a Mail Form with PHP and Flash

in PHP added by goodphptutorials, on 25/2/2006 contact form flash image media upload

In this tutorial we are going to show you how to create a contact form within flash and send it using PHP

comment save report