Welcome Guest, Not a member yet? Register   Sign In
uploadify redirect after uploading all files
#2

[eluser]Rok Biderman[/eluser]
There is no way to check for uploading of all files from serverside as each file gets requested separately and the server has no way of knowing how many there are.

If you think about it for a second, it actually makes sense. As the client is the one who is taking the action (pushing all the files to the server), it's only normal that he would know and handle when he is done and request a refresh. In Uploadify this is easily done like this:

Code:
'onQueueComplete' : function() { [removed].href=[removed].href }

Note: change the [removed] into window, cause the security features on the forums stripped it.


Messages In This Thread
uploadify redirect after uploading all files - by El Forum - 10-25-2012, 05:09 AM
uploadify redirect after uploading all files - by El Forum - 10-25-2012, 12:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB