flexupload_example.php
(C) 2007 SPLINELAB http://www.splinelab.com/flexupload/
example how to use the FlexUpload class
Notes for migration from JavaUpload:
This example is exactly the same like the one for the JavaUpload Applet. As you can see migration from JavaUpload to FlexUpload is really simple. Just change the class name to "FlexUpload" and you are done.
FlexUpload uses a different approach to handle locale. Translations are now stored in external xml files and not in property lists compiled into the application. This is a great advantage because it's much more easier to maintain the language files. To specify the locale you now have to set the name of the language file including the path to it!
e.g.: in JavaUpload you wrote $jup = new JavaUpload(); $jup->setLocale("de_DE");
in FlexUpload you write $fup = new FlexUpload(); $fup->setLocale('locale/de.xml');
including the FlexUpload class
Documentation generated on Sun, 17 Jun 2007 11:38:02 +0200 by phpDocumentor 1.3.0RC3