I run the following after each file is uploaded on a multi-file upload script. It works fine for all of the files minus the last. I am using jQuery 1.7.1.
If there are three files, it will run properly only the first two times. In FireBug, all the variables are fine, and it shows that it ran all three times, however the last time it ran it never actually loaded. In the 'Timeline' in Firebug it shows the spinning loading icon for the last process of save.php, along with no Status, or Size (this is in the Net tab). If I take this same URL and run it myself through my browser, it runs fine and loads instantly.Code:$.get("save.php", { rand: rand, user:"<?php echo $userid; ?>", title: title});
I have been stuck on this for nearly 3 hours and I hope someone here can help.



Reply With Quote


Bookmarks