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

Notification

Icon
Error

Options
Go to last post Go to first unread
Shravan  
#1 Posted : Friday, August 19, 2011 1:57:05 AM(UTC)
Shravan

Rank: Newbie

Groups: Member
Joined: 7/26/2011(UTC)
Posts: 4

How To make uploader to upload one single file, instead of multiple files .

Any configuration defined?

Dmitry.Obukhov  
#2 Posted : Friday, August 19, 2011 2:19:12 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

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

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
As far as I remember, you use Image Uploader Flash. To achieve your requirements, you should set maxFileCount property to 1:

Code:
  
$au.imageUploaderFlash({
    restrictions: {
        //...other params...
        maxFileCount: 1,
        //...other params...
    }
})

Alternatively, you can use standard HTML upload form.

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.