Re: Paths on image upload. simple question i hope ?

  •  12-11-2009, 8:52 AM

    Re: Paths on image upload. simple question i hope ?

    fairlands:
    Hello Eric
     
    Thank you for that link, i am kind of on the right track now ....almost but not quite and woudl realy appreciate some advice on this
     
    I edited the image gallery path in the security file
     
    from
     
    <security name="ImageGalleryPath">/uploads/</security>
     
    to
     
    <security name="ImageGalleryPath">/uploads/images</security>
     
    but when i look on ths page at the link i put in it it doesnt work becuase it misses the domain name
     
    if i put this url direct in the browser i can see it displays OK
     
    but with my edied version of the security policy file it shows on site as this link below
    which does not display as it does not have the domain name in the path

    http://79.170.44.115/villasoncrete.com/uploads/images/crete_heading.gif
     
    Now I assume that if i changed the path  add the domain name "villasoncrete.com but that did not work as i assume that it is to do with the siet not yet being live yet.
     
    So is there a way that i can make the editor work with uploads while im developing a site before it goes live and whikle it has only an ip address ?
     
    Perhaps there is a simple solution to put in path ? Or if it i simply not possible can you tell me so i dont spend hours keeping trying
     
    thanks in adbace for your advice
     
     
    Please check the following property:
     
    CuteEditor for PHP 6.4 Class Library

    Editor.BaseHref Property

    Sets or retrieves the baseline URL on which relative links will be based.

     


    Example Code

    <?php
             $editor=new CuteEditor();
             $editor->ID="Editor1";
             $editor->Text="Type here";
             $editor->BaseHref="http://yoursite.com";
             $editor->Draw();
             $editor=null; 

             //use $_POST["Editor1"]to catch the data
    ?>
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread