On 2015-07-05 16:59, Rabbi David Botton wrote:
>> Ok - I don't need to call some reload method then?
>>
> 
> When you change the url of an image the browser will reload it, if the
> image was not in the cache. By doing the ?something trick the browser
> assumes it is a new image and pulls it even if the same file name.
> 
>> What triggers the browser to refresh the image?
> 
> The change in the URL for the image.

Yes, but how do I *change* the url?
There is url in create procedure, but
then I need to delete/recreate which I did not get to work




> 
>> How would I do if I move the images to the same server
>> as gnonga is running on, and refer to the images with file:// notation?
> 
> If you use file:// then the browser is bypassing gnoga and going to the
> filesystem wherever the browser is running, that is a bad idea even for
> local desktop apps. 

Yes, of course.


>Instead either place the images in to the /img or
> /html directories or your Gnoga app, or link the directory under /img or
> /html so will be severed through your Gnoga app. Alternatively just pull
> from a foreign server location on the web or your network.
> 

--
Björn

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to