<div>Problem turns out to be browser cache. If I delete all temp files and cookies the new version shows up. </div>
<div>Is there a way to make the browser always look at the server for uploads?</div>
<div>&nbsp;</div>
<div>Launa</div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Thu, Jan 29, 2009 at 3:01 AM, Jan Erik Moström <span dir="ltr">&lt;<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d"><br>On 28 jan 2009, at 22:41, Launa Morris wrote:<br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">It has actually had this same problem for weeks. I also noticed that files uploaded after I upgraded last summer are listed under webservd.<br>
</blockquote><br></div>It could be that the web server is running under the &quot;username&quot; webservd while you have another username, let&#39;s say &#39;X&#39;. If you log into your account and look at the listing (either using the command line or your ftp program) you should be able to see some kind of listing that looks something like this<br>
<br>drwxr-xr-x@ &nbsp;1 X &nbsp;staff &nbsp; &nbsp; 4594 17 Jan 16:10 uploads<br><br>If I add some codes to that to better being able to explain<br><br>-rw-r--r--@ &nbsp;1 X &nbsp;staff &nbsp; &nbsp; 4594 17 Jan 16:10 logo1.jpg<br>&nbsp;111222333 &nbsp; &nbsp; 4 &nbsp;55555 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;666666666666 777777777<br>
<br>7 - the directory name<br><br>6 - when the directory was created/changed<br><br>5 - which &#39;group&#39; the directory belongs to<br><br>4 - who owns the directory<br><br>3 - what permissions all users have, in this case &#39;rx&#39; = read and<br>
&nbsp; &nbsp;execute which means that anyone can look into this directory<br><br>2 - what permissions users belonging to the group have, in this<br>&nbsp; &nbsp;case &#39;rw&#39; = read, write. All users belonging to this group<br>&nbsp; &nbsp;can look into this directory<br>
<br>1 - what permissions the owner have, in this case &#39;rwx&#39; = read, write<br>&nbsp; &nbsp;and execute. In other words the owner can create files in this<br>&nbsp; &nbsp;directory but no one else<br><br>If it looks like this on your server and the server is set up to run as &#39;webservd&#39; and you have the username &#39;X&#39; it means that the web server isn&#39;t allowed to create files in that folder (can&#39;t upload). If so, you need to arrange so that the web server can write to the directory - the best way to do this varies depends on how the server is set up so you better ask the people who runs the server. (there is a simple way but it might be unsafe)<br>
<font color="#888888"><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jem<br></font></blockquote></div><br>