If you simply pass bulkloader a URL, then bulkloader will guess the
loading type from the file extension. In this case, it's a jpg file,
so it will treat it as a Loader object.
From there you have two options:
a) Get the bitmap data from that image and load it's bytes.
b) Force bulkloader to treat that url as a binary, with:
loader.add("http://www.emptywhite.com/bulkloader-assets/cats.jpg",
{'type":BulkLoader.TYPE_BINARY);
and then you can use the getBinary.
Best regards,
> --
> You received this message because you are subscribed to the Google Groups "BulkLoader users" group.
> To post to this group, send email to bulkload...@googlegroups.com.
> To unsubscribe from this group, send email to bulkloader-use...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bulkloader-users?hl=en.
>
>
--
Arthur Debert
www.stimuli.com.br