How would I go about replacing the default plUpload that WP uses?
The only hook I was able to find was add_filter(\'plupload_init\', array(...);
add_filter(\'plupload_init\', array(...);
I