XF 1.4 Issue uploading images

Crush

Member
During the image upload process across the entire site I have to post a thread/resource and then go back and edit it in order to put attachments inline.

jQuery seems to be not liking the upload process.

Code:
XenForo.activate([div.xenOverlay.__XenForoActivator.attachmentUploader, prevObject: e.fn.init[1], context: undefined, jquery: "1.11.0", constructor: function, selector: ""…])
xenforo.js?_v=a19089cc:332 {"attachment_id":3239,"attach_date":1426360078,"filename":"Membercard.PNG","thumbnailUrl":"data\/attachments\/3\/3239-79bf801bcee6989e02c409974b15361e.jpg","deleteUrl":"attachments\/membercard-png.3239\/delete?temp_hash=25e70e0982d341a8578574db5b231ffd","viewUrl":"attachments\/membercard-png.3239\/?temp_hash=25e70e0982d341a8578574db5b231ffd","templateHtml":"\n\n<li id=\"attachment3239\"\n\tclass=\"AttachedFile AttachedImage secondaryContent\">\n\n\t<div class=\"Thumbnail\">\n\t\t\n\t\t\t<a href=\"attachments\/membercard-png.3239\/?temp_hash=25e70e0982d341a8578574db5b231ffd\" target=\"_blank\"\n\t\t\t\tdata-attachmentId=\"3239\"\n\t\t\t\tclass=\"_not_LbTrigger\" data-href=\"misc\/lightbox\"><img\n\t\t\t\tsrc=\"data\/attachments\/3\/3239-79bf801bcee6989e02c409974b15361e.jpg\" alt=\"Membercard.PNG\"\n\t\t\t\tclass=\"_not_LbImage\" data-src=\"attachments\/membercard-png.3239\/?embedded=1&amp;temp_hash=25e70e0982d341a8578574db5b231ffd\" \/><\/a>\n\t\t\n\t<\/div>\n\n\t<div class=\"AttachmentText\">\n\t\t<div class=\"Filename\"><a href=\"attachments\/membercard-png.3239\/?temp_hash=25e70e0982d341a8578574db5b231ffd\" target=\"_blank\">Membercard.PNG<\/a><\/div>\n\t\n\t\t\n\t\t\t<noscript>\n\t\t\t\t<a href=\"attachments\/upload\" target=\"_blank\" class=\"button Smallbutton\">Delete<\/a>\n\t\t\t<\/noscript>\n\t\t\t\n\t\t\t\n\t\t\t\t<div class=\"label JsOnly\">Insert:<\/div>\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"controls JsOnly\">\t\t\t\t\n\t\t\t\t<input type=\"button\" value=\"Delete\" class=\"button smallButton AttachmentDeleter\" data-href=\"attachments\/membercard-png.3239\/delete?temp_hash=25e70e0982d341a8578574db5b231ffd\" \/>\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t<input type=\"button\" name=\"thumb\" value=\"Thumbnail\" class=\"button smallButton AttachmentInserter\" \/>\n\t\t\t\t\t<input type=\"button\" name=\"image\" value=\"Full Image\" class=\"button smallButton AttachmentInserter\" \/>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\n\n\t<\/div>\n\t\n<\/li>","message":"Upload completed successfully","key":"image","_visitor_conversationsUnread":"0","_visitor_alertsUnread":"0"}embed[type*="application/x-shockwave-flash"],embed[src*=".swf"],object[type*="application/x-shockwave-flash"],object[codetype*="application/x-shockwave-flash"],object[src*=".swf"],object[codebase*="swflash.cab"],object[classid*="D27CDB6E-AE6D-11cf-96B8-444553540000"],object[classid*="d27cdb6e-ae6d-11cf-96b8-444553540000"],object[classid*="D27CDB6E-AE6D-11cf-96B8-444553540000"]{    display: none !important;}xenforo.js?_v=a19089cc:332 (anonymous

I am using the latest version of Chrome and this issue does not occur in other browsers

Ideas guys?
 
Can you explain more about what the issue actually is and what behavior you're seeing?

Can you disable all extensions in Chrome and try again?
 
Seems to have resolved itself with a reinstall of Chrome

Essentially I click on the Upload A File button, get the dialog, find a file and then click Open in the box that pops up

Usual behavior would be to upload the file, but at that point I get no confirmation the file is uploaded.
 
Top Bottom