trial version - can't seem to make it work

Last post 04-04-2011, 2:42 AM by Kenneth. 7 replies.
Sort Posts: Previous Next
  •  03-24-2011, 12:11 PM 66837

    trial version - can't seem to make it work

    Here is the scenario -- i downloaded the trial
    i put a folder called photocontests in my application - i have the cutesoft_client folder under Photocontests
    i have another folder under photocontests where i want the files to be uploaded to
    i put in my aspx page 

    <dotnetgallery:gallerybrowser id="dotnetgallery1" GalleryFolder="~/PhotoContest/Photos"
                GalleryClient="~/Photocontest/CuteSoft_Client/Gallery/" runat="server"
                AllowEdit="True" Width="620px">
    </dotnetgallery:gallerybrowser>
    i get a white box outlined in black
    was told by support to create an application with on the web folder (NOT UNDER THE cutesoft_client folder) - if i go to this application - it gives me the gallery with the test items - from the original download.
     
    here are my requirements - please let me know if your software will support and if so HOW.. the programmers manual says look at the users manual for more detail - i'm told there ISN'T as users manual
     
    Someone fills out a form and uploads to directory a. 
    An authorized user goes and looks at the images uploaded and selects those images that are "approved" for public viewing. Ideally they will move the images to a new folder - that your software (or someone's) presents to the general public.
     
    thanks
    Sandy
  •  03-24-2011, 4:30 PM 66840 in reply to 66837

    Re: trial version - can't seem to make it work

    Dear Sandy,
     
    Please change:
    <dotnetgallery:gallerybrowser id="dotnetgallery1" GalleryFolder="~/PhotoContest/Photos"
    GalleryClient="~/Photocontest/CuteSoft_Client/Gallery/" runat="server"
    AllowEdit="True" Width="620px">
    </dotnetgallery:gallerybrowser>
    to
     
    <dotnetgallery:gallerybrowser id="dotnetgallery1" GalleryFolder="~/PhotoContest/Photos"
    GalleryClient="Photocontest/CuteSoft_Client/Gallery/" runat="server"
    AllowEdit="True" Width="620px">
    </dotnetgallery:gallerybrowser>
     
    After done, please try it again.
    Keep me posted.
     
    Thank you for asking
    [email protected]
  •  03-25-2011, 11:37 AM 66852 in reply to 66840

    Re: trial version - can't seem to make it work

    Eric
    I got it to work using

    <dotnetgallery:gallerybrowser id="dotnetgallery1" GalleryFolder="~/PhotoContest/Photos"

    GalleryClient="../PhotoContest/CuteSoft_Client/Gallery/" runat="server"

    AllowEdit="True" Width="620px" Layout="slideshow" Theme="element">

    </dotnetgallery:gallerybrowser>

     
    thanks --- you had mentioned there was a "MOVE" switch - so the admin can move the pictures from galleryA to GalleryB -- where would i find that?
  •  03-25-2011, 3:46 PM 66858 in reply to 66852

    Re: trial version - can't seem to make it work

    Dear SandyRyan,
     
    You need write some code to implement the "move" feature.
    You can create one page, this page is only available for admin user. It contains one button, when admin user click this button, it execute the follow operation:
    1. List files of your upload folder
    2. Admin user can choose files
    3. If admin user click button button such as "move", it will move the selected files to the destination folder.
     
    thank you for asking
  •  03-25-2011, 3:50 PM 66859 in reply to 66858

    Re: trial version - can't seem to make it work

    thanks Eric - so this is outside your app..
    got it - thought since you had different galleries, then you already had the feature.. no biggie
  •  04-03-2011, 8:05 PM 66969 in reply to 66852

    Re: trial version - can't seem to make it work

    Sandy,
     
    I am getting the white box with black outline that you described as well. 
     
    But, how did you get your code to work?
     
    When I try using a directory for GalleryClient that starts with ../ , it gives me an error that says "Cannot use a leading .. to exit above the top directory"
     
    Thanks!
    Jason
  •  04-03-2011, 8:54 PM 66970 in reply to 66969

    Re: trial version - can't seem to make it work

    Actually, I've gotten it to work now.  I just used / without the ..
     
    HOWEVER, I cannot get it to work when the gallery is placed on a user control (ascx) and the user control is imported into a Telerik RadMultiPage control on an aspx page. 
     
    It just loads blank.  No error messages or anything.
     
     
  •  04-04-2011, 2:42 AM 66975 in reply to 66970

    Re: trial version - can't seem to make it work

    Hi Jason35CA,
     
    Is your site online? If so, can you send the test page url to [email protected]? I will check it and get back to you as soon as possible.
     
    Regards,
     
    Ken
View as RSS news feed in XML