Flash uploader doesn't work with latest version of Chrome

7 posts by 4 authors in: Forums > CMS Builder
Last Post: August 16, 2012   (RSS)

Re: [Dave] Flash uploader doesn't work with latest version of Chrome

By gkornbluth - August 8, 2012

Dave,

Thanks for the heads up.

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [Dave] Flash uploader doesn't work with latest version of Chrome

By coliva - August 15, 2012

Hi Dave,

I encountered this same problem using IE 9. Have you heard of it affecting IE as well? Or any thoughts on what could be causing this?

Thanks!

Re: [coliva] Flash uploader doesn't work with latest version of Chrome

By Dave - August 15, 2012

Hi Coliva,

I can't reproduce that in IE9, but try this fix and let me know if it works for you:

Edit /lib/init.php, search for HTTP_USER_AGENT and comment or remove the line that starts with this:
if (!preg_match('/Flash/i', @$_SERVER['HTTP_USER_AGENT'])) { die("SHOW_FLASH_ERROR: User Agent must be Flash, ...

And if you still get the error, let me know what it says. Thanks!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Flash uploader doesn't work with latest version of Chrome

By Codee - August 16, 2012

Hi Dave!

(just
Or a code fix is to edit /lib/init.php, search for HTTP_USER_AGENT and comment or remove the line that starts with this:
if (!preg_match('/Flash/i', @$_SERVER['HTTP_USER_AGENT'])) { die("SHOW_FLASH_ERROR: User Agent must be Flash,


oes your temporary code fix actually correct the issue or does it just disable the flash uploader automatically?
Thanks!

Re: [equinox69] Flash uploader doesn't work with latest version of Chrome

By Dave - August 16, 2012

Hi equinox69,

It just corrects the issue, we've removed that line from the next version. It was just some extra error checking that we really don't need.

Thanks.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Flash uploader doesn't work with latest version of Chrome

By Codee - August 16, 2012

Thanks for the expeditious reply! As busier and busier you guys get...I am AMAZED that the response to your clients is STILL so quick and awesome! You guys rock!