|
bobt -> Folder Properties Upload and Run Scripts (9/17/2005 11:52:53)
|
Hi, There is a place on my website that allows members to upload their company Logo. The logos is then called by a script and posted against their profile if a visitor or fellow member views the profile. The issue that I have is that for the folder where the images are uploaded to I can not set both "Allow anonymous upload" and "Allow scripts to be run" on the same folder (probably for a good reason). If I check "Allow Upload" then Allow Scripts" is greyed out and if I check "Allow Scripts" then the "Allow Uploads" is greyed out. I can have one or the other property set on the folder not both. The bit of code that calls the images is <img src="images/memlogos/<%=FP_FieldHTML(fp_rs,"ID")%>.gif"> and this is on the membeship view page. So basically what I have is: 1. A folder that I can upload images to but display; or 2. A folder that I can display imgaes from but not upload to. Anyone have an ideas how to over come the problem or any work around. Regards, Bob
|
|
|
|