Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to use plupload in IE Tab (Chrome and Firefox) #102

Open
jnlin opened this issue Sep 11, 2010 · 10 comments
Open

Failed to use plupload in IE Tab (Chrome and Firefox) #102

jnlin opened this issue Sep 11, 2010 · 10 comments

Comments

@jnlin
Copy link

jnlin commented Sep 11, 2010

http://www.plupload.com/example_custom.php does not work in IE Tab (Chrome and Firefox).

Be precisely, it does not work in any program embed with IE Control.

@jnlin
Copy link
Author

jnlin commented Oct 13, 2011

The bug is still in plupload 1.5.1.1.
The error message is Object doesn't support this property or method 'setFileFilters' in http://static.server/plupload/plupload.flash.js 188

@jnlin
Copy link
Author

jnlin commented Oct 13, 2011

Found a clue: After setting Expires to 0, the problem disappeared.

@jnlin jnlin closed this as completed Oct 13, 2011
@jnlin jnlin reopened this Oct 13, 2011
@abezulski
Copy link

I am having the same error in IE7/8 when using modal windows. For modal windows I am using lightbox_me and never had problems in previous versions. Any suggestions?

@michelechen
Copy link

how do you set expires to 0? i am seeing this issue with plupload in a popup/dialog on windows 7 ie8 (however it works fine on windows xp ie8).

@michelechen
Copy link

additional note: my popup/dialog is modal, and i am already calling uploader.refresh() once the popup is opened.

@michelechen
Copy link

Could this be related? You can search for the text "Object doesn't support this property or method" here:
http://msdn.microsoft.com/en-us/library/ms536437(v=vs.85).aspx

@jnlin
Copy link
Author

jnlin commented Nov 7, 2011

Found a clue: After setting Expires to 0, the problem disappeared.
I just set the Apache settings Expires to 0.
ex:

ExpiresActive On
ExpiresDefault A0

@abezulski
Copy link

I am using IIS and .NET and don't have full control over the configuration. My problem lies between two components - lightbox_me (for modal windows) and plupload. I think I will have to use different plugin for modal windows that will not cause the problems with plupload. All errors kick in IE when I start to remove files and add them again - I get error "Unspecified error" and IE points HTML code for some strange reason.

@michelechen
Copy link

we are not using apache so that solution does not help. :( thanks anyway.

i've seen other posts regarding issues with modal and IE, is there a solution for this yet?
#336

@michelechen
Copy link

fyi, using the "rough cut at a flash extension using swfobject" fixes my issue:
#323

any ideas on when this will actually be part of the plupload codeline?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants