I was having a nasty issue with IE trying to invoke swf method from
javascript after inserting the movie in the DOM with $(self.element
[0]).html("").
It was working nicely in all browsers but IE where I would get a
"Object doesn't support this property or method " message and
javascript to
now works as
expected. So thanks for this excellent plugin.
My version of the javascript part that handles multiple instances on
the same page is available to you if you wish.
Regards and thanks once more.
On 16 déc, 18:24, rernens wrote:
> > Hmm, i'll have to investigate that, but
> Hmm, i'll have to investigate that, but i am rather busy atm.
>
I can live without the post of additional parms, I changed my backend
code to handle query string instead of form-data. Anyway if there is
something I can do to help, let me know.
> What flash version are you using? Did you try t
There is no need to run $(document).ready when loading a page with
ajax using
jQuery. The scripts contained in the loaded content are automatically
evaluated after the load has been successfull. You should insert at
the end of the document you are loading
alert("content loaded")
It will work fl
Gilles,
I have pursued my investigations.
I turned around the redirect issue by making sure that I return data
to the plugin and use the severData callback to invoke an ajax reload
of the div containing the uploaded picture.
The format for passing additional parameters is a simple object in the
Thanks Gilles for your reply and for the plug in.
I have continued researching where the problem might be and found the
following that might help :
1. plugin works in IE7, Firefox 3.04 Windows and Safari 3 but fails in
Firefox 3.04 MacOS where Firefox crashes immediately after the log
displays t
Move to Flash Player 10 just to see if it would change something.
No changes.
Firefox 3 crashes.
It seems that the plugin does not handle properly the 404 return code
from the server.
Will try on Windows with firefox and IE7 and 8.
Me again for furher info.
Found where the problem lies.
1. in fact the back end script gets called but is not triggered due to
the http request constructions. I can't tell if the request is wrongly
built or if my server can't handle such request but it looks like the
posted file is in the query
Hello again,
finding out that my message was finally posted twice.
Here is some additional info.
Behavior has changed since last post and I can't figure out why as
the code itself has not changed.
Here is the log :
uploader detected Flash player version 9.0.124, starting up...
uploader is rea
Gilles,
I am not sure if my previous post got really posted so redoing it.
Very nice plugin. I am testing it to include it in a new project that
involves lot's of image loading.
So far I have three issues :
1. the multiple settings in the uploader object creation does not seem
to work, using s
Gilles,
Nice job !
I am currently trying to implement it in a project that will require
many images upload at various places in the site and your plugin seems
from far the most flexible.
Three things.
1. multiple: false through settings while building the uploader does
not work. setMultiple(fal
I have implemented a form validation process that uses ajax to check
fields whenever a field value changes and also at form load when
fields are filled with existing values.
This process works just fine in all browsers execpt in IE when a form
loads.
In IE7 page loading hangs when a form that requ
We extensively use jquery in conjunction with our proprietary CMS for
building web site and web application.
We use jquery 1.2.3 and face a problem only in Safari 3.
Styles injected with pages loaded through ajax seem not recognized and
as a result pages a not properly rendered. Works just fine in
Further investigation shows that the problem is not a jquery problem
but a IE issue. If, for whatever reason the injected content is
incorrectly built (ie. an extra ) IE will not injct hte content
in the destination DOM object without any error notice.
On 30 jan, 11:25, Robert Ernens <[EMAIL PROT
14 matches
Mail list logo