Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
markosborne  
#1 Posted : Thursday, November 18, 2010 10:59:41 PM(UTC)
markosborne

Rank: Newbie

Groups: Member
Joined: 10/18/2010(UTC)
Posts: 1

Code:
public void FileUploaded(object sender, Aurigma.ImageUploader.FileUploadEventArgs e)
        {
            
            string galleryPath = "~/UploadedImages/";
            string thumbnailsPath = galleryPath + "/Thumbnails/";

            Aurigma.ImageUploader.SourceFileInfo sourceFile = e.SourceFile;
            Aurigma.ImageUploader.ThumbnailInfo thumbnail = e.Thumbnails[1];

*********

I cannot get my project to build.

The 'ImageUploader' does not exist in 'Aurigma'

Edited by moderator Thursday, November 18, 2010 11:36:05 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#2 Posted : Friday, November 19, 2010 5:32:26 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Mark,

Thanks for contacting us.

Could you please provide me with complete sample application? I need to test it in our test lab.

Looking forward to your reply.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.