Topic: Image replace issue on website
I want my client can replace existing image on webpage by uploading new image. But new image should upload to same old image location. Right now new image is uploading to temporary location and image link is breaking in different pages of website and flash. I am providing separate HTML page to my client where I would insert all images from whole website. So, whatever images will be replaced in that single page through simpleCMS, will effects all pages in website.
I have created sample page to test :
============================
http://www.futuresonix.com/sample/vivaf
/index.htm
HTML Code :
----------------
<html>
<body>
<img border="0" src="../gallery-accessories-home-accessories/medium/image01.jpg" width="719" height="360" class="edit" id="n0">
</body>
</html>
=================================
Please check above code and provide me new code that can prevent uploading image to new location.
Last edited by Futuresonix (15 Sep 2012 22:55:24)