Image upload. Prevent last uploaded image being remembered.
Posted: Thu Aug 06, 2009 6:16 pm
After an image is uploaded it is normally made available for subsequent products.
If this is not wanted, you can make the add-on forget the last uploaded image.
Go to Design / Library / Layouts / Products / Image Upload Product and look for the line (about line 28):-
Comment it out so:-
Repeat this for any product layouts you may have created that include Image Upload capability.
If this is not wanted, you can make the add-on forget the last uploaded image.
Go to Design / Library / Layouts / Products / Image Upload Product and look for the line (about line 28):-
Code: Select all
<SCRIPT LANGUAGE="JavaScript" SRC="imageuploadedfilename.php" TYPE="text/javascript"></SCRIPT>
Code: Select all
<!-- <SCRIPT LANGUAGE="JavaScript" SRC="imageuploadedfilename.php" TYPE="text/javascript"></SCRIPT> -->