Hi,
I implemented Malsups jquery form and use it for ajax file uploads. Works fine in FF, but in IE as soon as the ajax has completed the upload IE gives me a File Download box - Security warning. If I click on save it save the returned Json object (I do JS call on success to get a file list and display it).
If I click cancel or save on the popup has same effect the file still gets uploaded but just looks ugly.
How can I get rid of this?
All coming form the same domain, calling from the same domain.
This is on a python django project and I am testing it on the dev server.
Its pretty basic jquery nothing to exciting, don't get why IE would cause.
any suggestions? I have been looking and working on it with out success so far.