You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
15 years ago
..
README initially import ZendFramework-1.9.5 into repository 15 years ago
UploadFile.php initially import ZendFramework-1.9.5 into repository 15 years ago
buildDemo.sh initially import ZendFramework-1.9.5 into repository 15 years ago
cLOG.php initially import ZendFramework-1.9.5 into repository 15 years ago
demo.css initially import ZendFramework-1.9.5 into repository 15 years ago
demo.html initially import ZendFramework-1.9.5 into repository 15 years ago
demo.profile.js initially import ZendFramework-1.9.5 into repository 15 years ago
src.js initially import ZendFramework-1.9.5 into repository 15 years ago
upload.txt initially import ZendFramework-1.9.5 into repository 15 years ago

README

-------------------------------------------------------------------------------
File Uploader - Multi-file uploading with Flash
-------------------------------------------------------------------------------
Author: Mike Wilcox (AnM8tR)
-------------------------------------------------------------------------------
Demo description

	Demonstrates Dojo's multi-file uploader, using a SWF created with the 
	Deft project. Uploader is degradable for users without the correct
	Flash version.
	
-------------------------------------------------------------------------------
Dependencies:
	
	dojox.form.FileUploader
	dijit.form.Button
	dojox.embed.Flash
	dojo.io.iframe
	dojox.html.styles
	
	The latest Flash Plugin (at least 9.0)
	PHP5 / with GD2
	writable UploadedFiles/ folder

-------------------------------------------------------------------------------
Installation instructions

	Simply run the included demo.html
	
	To build, use the supplied demo.profile.js as your profileFile
	
	If the demo stalls on the loader, your UploadedFiles/ folder probably isn't
	writable by your webserver. Check the logs. 
	
-------------------------------------------------------------------------------
@rank:1