Juan Story
Posts: 0
Joined: Wed Nov 05, 2014 8:31 pm

Uploading pics

Hi Yurii

I've already used weinre (thats how i found out the error described above).
Particularly it happens in the line where the Blob constructor is called, like for example:

preout = new Blob([data], {type : datatype} ); /pre

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

Uploading pics

Hi Juan,

1) try to run your code in the simple one-paged site with minimal tags and inputs with included js files. You will increase test that will help to find you problem.

2) this doc will help you find your problem with Blob constructor
http://www.javascripture.com/Blob

3) In your case you have problem with pure javascript code.

Return to “Issues”