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 6 of 6

Thread: Cannot Upload Image in Description Area

  1. #1
    Hank is offline Member
    Join Date
    Nov 2007
    Posts
    42

    Default Cannot Upload Image in Description Area

    When I am in the description area of a product I can't upload an image using the editor (see image). Is there a setting I need to change?Name:  imageupload.gif
Views: 117
Size:  14.8 KB

  2. #2
    AspDotNetStorefront Staff - Tammy is offline Super Moderator
    Join Date
    Aug 2010
    Posts
    167

    Default

    Are you on ML 8? If so, you can find a fix in this thread:
    http://forums.aspdotnetstorefront.co...ght=configfile

  3. #3
    Hank is offline Member
    Join Date
    Nov 2007
    Posts
    42

    Default

    Thanks! That fixed it.

  4. #4
    kblake@mainstreet is offline Junior Member
    Join Date
    Sep 2008
    Posts
    29

    Default

    Hi, im having the the same problem but in the document manager, should i follow the same steps as the ones in the link to the other thread?

  5. #5
    kblake@mainstreet is offline Junior Member
    Join Date
    Sep 2008
    Posts
    29

    Default Fixed!

    Code:
    <property name="DocumentsPaths">
    		<item>/images/document</item>		
    	</property>
    	<property name="UploadDocumentsPaths">
    		<item>/images/document</item>
    	</property>
    	<property name="DeleteDocumentsPaths">
    		<item>/images/document</item>
    	</property>

  6. #6
    aboyce is offline Junior Member
    Join Date
    Jun 2011
    Location
    Chicago, IL
    Posts
    6

    Default

    I'm having the same issue with MultiStore 9.1.0.1, but only in IE. I don't see that configuration file in that folder. I'm running on a compiled version without source, if that helps. I'm not getting any JavaScript errors either. Works perfect in Firefox, btw.