 |

dbrain23
New User
Mar 7, 2006, 6:59 PM
Post #1 of 2
(1218 views)
Shortcut
|
|
upload concerns
|
Can't Post
|
|
Is there a way to set the default value of the image tag to the current image displayed? Everytime I update an upload page, the value of the image tags are reset to "none". Another thing, can we assign multiple upload folders and assign these folders to specific accounts?
|
|
|  |
 |

Cliff
Staff

Mar 8, 2006, 4:55 PM
Post #2 of 2
(1172 views)
Shortcut
|
|
Re: [dbrain23] upload concerns
[In reply to]
|
Can't Post
|
|
Hi dbrain23, Thanks for posting. I'll go over your questions one at a time. 1. To set the default image what you will need to do is make sure that you have the allowurl="yes" attribute in your Image Selection tag. Then once you've done that login to Page Publisher and update the page that has that image in it. Hit the "Add" button for that image which is set to None and enter the URL to that image in the Specify URL field. Hit save and Page Publisher will remember that URL to the image and save it as the default. The other option would be to open up the /pp/uploads/urllist.dat.cgi and just add the URL's in there like this:
#!C:\Perl\bin\perl.exe print"Content-type: text/html\n\n<html></html>"; __END__ 1ˇhttp://www.interactivetools.com/common/header_logo.gifˇ 2ˇhttp://www.interactivetools.com/docs/pagepublisher/interactivetools.jpgˇ Either way will work, as in the end it's just a matter of getting the URL to the image into that data file. 2. This post from a while ago will walk you through setting up multiple upload folders for specific accounts. Give that a try and let me know if you get the results that you are looking for Regards, Cliff Stefanuk - Customer Service Manager support@interactivetools.com
|
|
|  |
 | |  |
|