<HTML>
<HEAD>
<TITLE>Using glance to upload/add??</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
<BR>
I was looking at the glance add command and I am trying to figure out how to use it to upload images to locations other than the “default_store = file”<BR>
<BR>
How does one go about telling it which store should be used.<BR>
<BR>
It seems like there is a <I>location </I>option, but that is the fully specified location, and I am unsure about that since the function that eventually gets called in these storage objects doesn't have/receive that.<BR>
<BR>
    def add(self, image_id, image_file, image_size):<BR>
<BR>
Is it expected that people will only add to locations that use the default_store?<BR>
<BR>
Might be nice to actually be able to specify that, and resort to the default_store if its not provided (thus the reason its called default).<BR>
<BR>
Thx!<BR>
<BR>
-Josh</SPAN></FONT>
</BODY>
</HTML>