Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 11 of 11

Thread: Question regarding Product Description - Insert Image working

  1. #1
    ajwaka is offline Junior Member
    Join Date
    Nov 2006
    Posts
    23

    Default Question regarding Product Description - Insert Image working

    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

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    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>

  3. #3
    ajwaka is offline Junior Member
    Join Date
    Nov 2006
    Posts
    23

    Default

    Awesome! Thanks again George! That did it!

  4. #4
    ajwaka is offline Junior Member
    Join Date
    Nov 2006
    Posts
    23

    Default Now with flash & media

    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?

  5. #5
    sugith_k is offline Member
    Join Date
    Mar 2009
    Posts
    97

    Default

    Well-done Boss. This work perfectly Thanks.

  6. #6
    Richnyc30 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    340

    Default What does setting the folders ...

    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?

  7. #7
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    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.

  8. #8
    cksite is offline Senior Member
    Join Date
    Apr 2006
    Location
    Easthampton Massachusetts
    Posts
    125

    Default What about file size limits?

    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

  9. #9
    cksite is offline Senior Member
    Join Date
    Apr 2006
    Location
    Easthampton Massachusetts
    Posts
    125

    Default

    Found it. It is in ConfigFile.xml, line 78
    <property name="MaxDocumentSize">512000</property>

  10. #10
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Great! That's exactly the property you're looking to increase the upload size limit.

  11. #11
    emmas is offline Junior Member
    Join Date
    Nov 2009
    Posts
    5

    Default Image manager instructions for dummies

    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...."