I can't seem to locate an app.config param - but when editing a product description - and we want to insert an image - click the "Image Manager" and the window comes up - but the "upload" button is not activated. Am I missing this setting?
Thanks
I can't seem to locate an app.config param - but when editing a product description - and we want to insert an image - click the "Image Manager" and the window comes up - but the "upload" button is not activated. Am I missing this setting?
Thanks
By default the paths for the different features of the html editor are not configured. You'll need to open the configFile and add the paths to your different directories. The file can be found in the RadControls\Editor\ directory and is named ConfigFile.xml.Code:<property name="ImagesPaths"> <item>~/images</item> </property> <property name="UploadImagesPaths"> <item>~/images</item> </property> <property name="DeleteImagesPaths"> <item>~/images</item> </property>
<a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>
Awesome! Thanks again George! That did it!
It's also happening with Flash and Media inserts - I made those changes to the config file for flash and media - but even after a reset cache - and a web.config touch --- I still can't browse to upload a flash.
Is that in another setting?
Well-done Boss. This work perfectlyThanks.
I'm not sure what we are doing here setting parameters for the image upload. Does this create a new default folder for the system finding pictures? Why is the default working on my system?
In newer versions the path is already set by default, so no changed would need to be made. The config file does not create a new location. It just tells the RAD Editor where to look for images.
We've got the paths set, but we are limited to 500 KB file size. Where can we change that? Doesn't seem to be in ConfigFile.xml
Last edited by cksite; 10-21-2009 at 07:50 PM. Reason: KB instead of Megs
Found it. It is in ConfigFile.xml, line 78
<property name="MaxDocumentSize">512000</property>
Great! That's exactly the property you're looking to increase the upload size limit.![]()
I am trying to edit the receipt. I have 2 questions:
1. I'd like to add our logo to the top of the receipt. I have found the topic (receipt header and receipt footer), but I can't get the image to upload. I tried to follow George's instructions, but I need more of a step by step.
2. Is it possible to delete/edit the text at the top of the receipt? "***Please print out and retain...."