Continue uploadify uploads while the button is hidden? - javascript

I'm building a page where a user can upload multiple files through uploadify. I'm trying to do it so when the user has selected which files to upload, he can click a button to hide the upload queue and go about doing other things, and later he can click a button to bring up the uploads panel again and see the progress.
However it seems that if the upload button is hidden, then uploadify cancels any ongoing uploads.
What can be done about this?

You can change the height of the container div to 0 rather than hiding it. It works.

Related

How to use Javascript to create custom download process and open file in Chrome?

i am developing a website, in our website we have a Video player, and a Download button. When user click to it, it will download the video to user machine.
Usually this can be done if user right click and choose Save Video as. Then a native browser dialog open, where user can choose destination and file name, then click save. After that in the bottom of the browser there will be a widget to show progress, and user can click to open after it finishes downloading
Now my question is it possible if we create a similiar functional widget but in the website. So basically after user clicking Download. This modal will appear in the bottom left of the page
Then after downloading is finished, it will change to
So to sum up the requirement for this
1/ Trigger download automatically by JS without right click and choose Save video as
2/ Showing a custom progress of downloading
3/ When downloading is finished, there is a custom button, where user can click to Open
4/ [Optional] Hide the native progress/click to open widget of the browser
So these requirement i still not sure which one is possible and which one is not, so hopefully if someone can give me a direction, thanks

Delay after selecting file with the File Upload browse button

After I click the browse button and select a file, sometimes there is a delay when the selected file appears. Why does this happen? Thank you.

How to block clicks outside File Browser Window

I have some pages with file browser input.
Everything works fine, but to prevent the user to click the Add Files button many times or to click in some another link in the page I want to make only the file browser window clickable (Gmail have this feature when you want to attach some file in the email for example).
I don't want to use
e.preventDefault()
Because when the user choose the file or cancel the file browser I need to enable the button again.
So basically I just want to "block" clicks outside of File Browser Window.
Someone have some idea how to do it ?

how to detect when cancel upload file on mobile by javascript?

Im making upload image from mobile to website. When user click on upload button i will disable "save" button until image is uploaded. But when user cancel upload after click on upload button, i dont know how to detect that event to enable "save" button. I found this solution How to detect when cancel is clicked on file input?
But It's only work on desktop. On mobile, cancel action is total different.
Another way you can do that, instead of disabling the save button, is to hide the save button when user clicks on upload. When user clicks on cancel button, you can display save button again.

jQuery ColorBox as POP UP. No Show Images

I am Using Colorbox for a Pop-Up that loads when the page loads. The Pop Up Calls an ASP page with 1 Image, and 1 Button that launches a Chat Window.
I got it to work on my local, but when I go remote the images dont appear (all the file paths are correct it looks like). The functionality is there and you can click on the invisible chat button, but no Images. If you have a second anytime this week OR next, I need this to work for my work.
>
The Page I am working on is: www.702wedding.com/linkto.asp
The Page it Calls is : www.702wedding.com/chat-with-us.asp
Also, can it be set on a 5 second Timer?
Thanks People!
You need to upload the image files to the webserver.
If you navigate to http://www.702wedding.com/images/chat-invites/chat-image-staff.png, you'll get a 404 Not Found error.

Categories

Resources