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

Put the status on a modalpopup extender with a cancel option Options
anthony.selby
#1 Posted : Monday, November 28, 2011 10:12:26 PM
Rank: Newbie

Groups: Registered

Joined: 11/28/2011
Posts: 9

Is there an easy way to do that ?

Axosoft
#2 Posted : Tuesday, November 29, 2011 12:16:02 PM
Rank: Administration


Groups: Administrators

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

This should be doable by breaking up the SlickUpload control into its component parts. The SlickUpload control actually composes four other controls: the FileSelector, FileList, UploadConnector, and UploadProgressDisplay controls.

You should be able to put the FileSelector, FileList, and UploadConnector portions on your page, and then put the UploadProgressDisplay control on your popup. Handle the OnClientUploadSessionStarted event to show the popup when the upload starts, and the OnClientBeforeSessionEnd to hide the popup when the upload is complete.

Take a look at the Multiple sample for an example of how to set this up. You won't need the multiple FileSelector/FileList combos that it demonstrates, just the separate FileSelector, FileList, UploadConnector, and UploadProgressDisplay controls.

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.