jquery - Jquer.Form.Js AJAX file upload issue in IE8 only -
i using jquery.form.js plugin ajax file upload. working fine in browers , versions except ie8. when upload in ie 8, file gets uploaded browser hangs on response. suddenly, popup opens , says launching application download , got error logs there follows. please let me know resolution that. thanks.
platform version info windows : 6.1.7601.65536 (win32nt) common language runtime : 4.0.30319.544 system.deployment.dll : 4.0.30319.1 (rtmrel.030319-0100) clr.dll : 4.0.30319.544 (rtmldr.030319-5400) dfdll.dll : 4.0.30319.1 (rtmrel.030319-0100) dfshim.dll : 4.0.31106.0 (main.031106-0000) sources deployment url : http://localhost:7780/sistic/internalmessaging/savefile.htm error summary below summary of errors, details of these errors listed later in log. * activation of http://localhost:7780/sistic/internalmessaging/savefile.htm resulted in exception. following failure messages detected: + remote server returned error: (500) internal server error. component store transaction failure summary no transaction error detected. warnings there no warnings during operation. operation progress status * [5/14/2013 11:00:11 am] : activation of http://localhost:7780/sistic/internalmessaging/savefile.htm has started. error details following errors detected during operation. * [5/14/2013 11:00:26 am] system.net.webexception - remote server returned error: (500) internal server error. - source: system - stack trace: @ system.net.httpwebrequest.getresponse() @ system.xml.xmldownloadmanager.getnonfilestream(uri uri, icredentials credentials, iwebproxy proxy, requestcachepolicy cachepolicy) @ system.xml.xmlurlresolver.getentity(uri absoluteuri, string role, type ofobjecttoreturn) @ system.xml.xmltextreaderimpl.openandpush(uri uri) @ system.xml.xmltextreaderimpl.pushexternalentityorsubset(string publicid, string systemid, string baseuristr, uri& baseuri, string entityname) @ system.xml.xmltextreaderimpl.dtdparserproxy_pushexternalsubset(string systemid, string publicid) @ system.xml.dtdparser.parseexternalsubset() @ system.xml.dtdparser.parse(boolean saveinternalsubset) @ system.xml.dtdparser.system.xml.idtdparser.parseinternaldtd(idtdparseradapter adapter, boolean saveinternalsubset) @ system.xml.xmltextreaderimpl.parsedtd() @ system.xml.xmltextreaderimpl.parsedoctypedecl() @ system.xml.xmltextreaderimpl.parsedocumentcontent() @ system.deployment.application.manifestvalidatingreader.xmlfilteredreader.read() @ system.xml.xmlcharcheckingreader.read() @ system.xml.xsdvalidatingreader.read() @ system.deployment.application.manifestreader.fromdocument(string localpath, manifesttype manifesttype, uri sourceuri) @ system.deployment.application.downloadmanager.downloaddeploymentmanifestdirectbypass(subscriptionstore substore, uri& sourceuri, tempfile& tempfile, subscriptionstate& substate, idownloadnotification notification, downloadoptions options, serverinformation& serverinformation) @ system.deployment.application.downloadmanager.downloaddeploymentmanifestbypass(subscriptionstore substore, uri& sourceuri, tempfile& tempfile, subscriptionstate& substate, idownloadnotification notification, downloadoptions options) @ system.deployment.application.applicationactivator.performdeploymentactivation(uri activationuri, boolean isshortcut, string textualsubid, string deploymentproviderurlfromextension, browsersettings browsersettings, string& errorpageurl) @ system.deployment.application.applicationactivator.activatedeploymentworker(object state) component store transaction details no transaction information available.
this may happen due incorrect interpretation of response type sent server. kindly set appropriate response type @ server side , try. e.g. "text/html"
Comments
Post a Comment