Both Opera and wget are great ideas. I&#39;ll give both a try now. Thanks!<br><br>Is there an easy way to get an image URL out of a web page?<br><br>If I were to use wget I&#39;d need to know the URL for the image. Often images are in a webpage and I&#39;d do a view image or save as in firefox. The only way I can figure out how to get a URL for an image using browers is to CTRL-u and sift through the source.
<br><br><br><div class="gmail_quote">On Dec 21, 2007 4:24 PM, Michael Stone &lt;<a href="mailto:michael@laptop.org">michael@laptop.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
An alternate approach is to use the tool &#39;wget&#39; to download your image<br>in the terminal, e.g.:<br><br> &nbsp;wget -O my.jpg <a href="http://some.where/some.jpg" target="_blank">http://some.where/some.jpg</a><br> &nbsp;wget 
<a href="http://some.other/file.jpg" target="_blank">http://some.other/file.jpg</a><br><br>would produce &#39;my.jpg&#39; and &#39;file.jpg&#39; in the current directory.<br><font color="#888888"><br>Michael<br></font><div>
<div></div><div class="Wj3C7c"><br><br>On Fri, Dec 21, 2007 at 08:31:36PM +0000, phigan wrote:<br>&gt;<br>&gt;<br>&gt; russelldad at <a href="http://gmail.com" target="_blank">gmail.com</a> wrote:<br>&gt; &gt; Is there a way to save an image from a web page onto the XO hard drive, and then get the path to that image so that I can upload it?
<br>&gt;<br>&gt;<br>&gt; You may be able to enter the direct URL of the image you want to save, but I have not attempted this with the Browse activity.<br>&gt;<br>&gt; Opera (<a href="http://wiki.laptop.org/go/Opera" target="_blank">
http://wiki.laptop.org/go/Opera</a>) is what I&#39;ve been using, and it seems to work pretty well! You have to install it and run it in Terminal. Things you need to know:<br>&gt;<br>&gt; Opera-activity on that page doesn&#39;t work right now.
<br>&gt; When you download something in the Browse activity, it goes into the Journal and in /home/olpc/.sugar/default/datastore/store as a funky filename. Match up the date and filesize, &#39;cp&#39; it to your /home/olpc directory, and then erase it from the Journal.
<br>&gt; To install an rpm, do this as root: rpm -vi &lt;filename&gt;<br>&gt; To run opera after it&#39;s installed: opera &amp;<br>&gt;<br>&gt; It gives you a right-click menu and will let you save images.<br>&gt;<br>&gt; - Joe
<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; community-support mailing list<br>&gt; <a href="mailto:community-support@lists.laptop.org">community-support@lists.laptop.org
</a><br>&gt; <a href="http://lists.laptop.org/listinfo/community-support" target="_blank">http://lists.laptop.org/listinfo/community-support</a><br>_______________________________________________<br>community-support mailing list
<br><a href="mailto:community-support@lists.laptop.org">community-support@lists.laptop.org</a><br><a href="http://lists.laptop.org/listinfo/community-support" target="_blank">http://lists.laptop.org/listinfo/community-support
</a><br></div></div></blockquote></div><br>