Jump to content

ładowanie obrazków w karcie produktu


tczaude

Recommended Posts

Witam w nowej wersji na dzieńdobry dostałem taki bład nie można załadować zdjecia najpier wyrzuca undefineI

a w consoli w przeglądarce daje mi poniższy wynik

 

js/fileuploader.js:1099

 

 

if (xhr.status == 200){

this.log("xhr - server response received");

this.log("responseText = " + xhr.responseText);

 

var response;

 

try {

response = jQuery.parseJSON(xhr.responseText);

} catch(err){

console.log(err); <------ 1099

response = {};

}

 

Czy ktoś ma pomysł co nie tak może być

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...