SlickUpload
Welcome Guest Search | Active Topics | Log In | Register

Basic usage Options
sroughley
#1 Posted : Monday, February 15, 2010 11:39:24 AM
Rank: Newbie

Groups: Registered

Joined: 2/15/2010
Posts: 4

Hello,

I am getting to grips with your SlickUpload and have a question about our requirement. Basically, we would like for the page to load with 9 file upload input boxes already visible on the page so that users can see exactly how many files they can upload and so that they do not have to click 'Add File'. How can I achieve this?

Regards,

Stephen

Axosoft
#2 Posted : Tuesday, February 16, 2010 3:55:37 PM
Rank: Administration


Groups: Administrators

Joined: 7/7/2005
Posts: 1,586
Location: Scottsdale, AZ

This is a feature we've added to the latest build (see attached). To use this:

 - Drop in the attached build
 - Remove the UplevelSelectorTemplate
 - Remove the FileTemplate (if you don't want to show a list of files)
 - Fill the DownlevelSelectorTemplate with whatever file inputs you want to use. Something like this:

<DownlevelSelectorTemplate>
    <input type="file" />
    <input type="file" />
    <input type="file" />
</DownlevelSelectorTemplate>

File Attachment(s):
SlickUpload-5.4.3-MultipleDownlevel.zip (55kb) downloaded 2 time(s).
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.