Hi,
There seems to be an issue with the use of Hooks and the new multiple file uploads. Trying to call the AfterFileUpload hook when the flash uploader is used does not work.
Hook call being used:
When the flash upload is disabled the hook appears to work as expected. Is this a know issue and is there a fix?
Also worth noting that with the flash uploader disabled that you cannot select files for upload in IE9 using the basic (original uploader).
Thanks
There seems to be an issue with the use of Hooks and the new multiple file uploads. Trying to call the AfterFileUpload hook when the flash uploader is used does not work.
Hook call being used:
$image = new checkImageSize(); $config['Hooks']['AfterFileUpload'][] = array($image, 'onAfterFileUpload', $config);
When the flash upload is disabled the hook appears to work as expected. Is this a know issue and is there a fix?
Also worth noting that with the flash uploader disabled that you cannot select files for upload in IE9 using the basic (original uploader).
Thanks
Re: Hooks and Multiple Uploads
We are working on the next release at this moment, the issue with AfterFileUpload is fixed in a development shapshot available here:
viewtopic.php?f=10&t=23590&hilit=afterfileupload
Ad IE9)
I've tried to reproduce it and it works fine for me. Win 7 64bit / IE9 9.0.8112.16421
Note: the browser automatically prompts the user to select a file from the disk straight after clicking on the "Upload" button in the toolbar . Is it possible that you didn't notice this dialog window?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+