GetAsDataURL cannot preview local images in Firefox7.0


Use uchome ordinary on the example, take the original code: return obj.files. Item (0). GetAsDataURL ();

After upgrading to Firefox7.0, need to change to: return window. The URL. CreateObjectURL (obj) files [0]).

It’s actually Firefox7.0 that disables the item property.