Page 1 of 1

PHP Example - Generates JavaScript for Plugin

Posted: Sat Apr 16, 2011 9:34 pm
by willkostelecky
I wanted my PHP to be pretty and I wanted to dynamically modify parameters for the uploader. This PHP class was the result. It is pretty crude but it does what I want. Adding validation for the parameter names would be a nice add-on.

https://docs.google.com/leaf?id=0BxF8Io ... y=CPWIgbUC

AND...you only have to specify parameters once since the code for the different browsers is generated for you.

Re: PHP Example - Generates JavaScript for Plugin

Posted: Sun Apr 17, 2011 10:29 am
by support
Hey thanks !