browse by tag: upload
sort by
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 reportUploading, 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 reportAsynchronous 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 reportCreating 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