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

Need multiple file select for internet explorer Options
suneelgupta
#1 Posted : Monday, February 20, 2012 2:20:28 AM
Rank: Member

Groups: Registered

Joined: 8/2/2011
Posts: 18

Hi,

 

We tried your new slick upload version "SlickUpload-6.1.7" but it seems it is not providing multiple file select support for Internet explorer, So we are using flash component for selecting multiple file and posting to server and in background slick upload component is handling "maximul file size" limit and file storage, but now when we are tring to implement navigation message with below javascript code then it is showing multiple alert messages for navigation and page get hanged.

 

window.onbeforeunload = function ShowConfirmationMsg()
         {
             if (isUploadInProgress == 1 )
            {
                return "Your presentation(s) upload is still in progress and will be lost if you navigate away from this page.";
            }

        }

 

Please let us know the workaround to solve this problem.

 

lkyaus
#2 Posted : Monday, March 26, 2012 4:51:15 PM
Rank: Newbie

Groups: Registered

Joined: 3/26/2012
Posts: 1

Did you ever find a workaround to this issue?

Also could you post details on the flash component and how you integrated this with SlickUpload.

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.