Print Page | Close Window

I want images to upload to a different folder

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=20991
Printed Date: 29 March 2026 at 12:51pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: I want images to upload to a different folder
Posted By: Padraig Og
Subject: I want images to upload to a different folder
Date Posted: 11 August 2006 at 11:43am

On my web site, I hold documents (.doc, .txt, .pdf) in a different folder from images.

How can I get images to upload to a different folder from documents.
 
I'm running the editor inside a script which is in a sub-folder from root, so I've changed line 123 in RTE_setup.asp to read
Const strSaveFileFolderPath = "../Documents" and line 150 to read
Const strFileUploadPath = "..\Documents"
though it's not clear to me which one is correct.
However it's fine - the documents are being uploaded to the /Documents folder.
 
I'd like the images to be uploaded to the /Images folder.
 
I tried changing line 160 to read
Const strImageUploadPath = "../images"
and line 175 to
Const strFullURLpathToRTEfiles = " http://www.mydomain.com/Images/ - http://www.mydomain.com/Images/ "
but images are being loaded to the Documents folder.
 
What am I doing wrong or is not possible to upload documents and images to separate folders ?
Of course, I could have 2 separate forms, but that seems rather wasteful.



Replies:
Posted By: WebWiz-Bruce
Date Posted: 11 August 2006 at 4:49pm
It is possible to upload documents and images to suppurate folders, but IE's RTE API has a bad habit of re-writing paths.

It would be better to have the uploads folders as sub folders within the RTE folder rather than in the parent folder.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net