Best Solution For Upload Progress Bar For Shared Server User
i have seen lots of solution, but what is the best stable solutin for no-administrator user who cant config server. i found some of these: using apc extension perl cgi instead of
Solution 1:
You have listed all possibilities I know of - however even the AJAX based uploads utilize some Flash in the process, as far as I know (e.g. Uploadify).
If you ask me, go for Flash. Most users have it, and it's the least hassle to set up.
By the way, using a JavaScript framework is often a really good idea, independently from your question. The increase in project size is insignificant (20-100 kb) and those libraries need to be loaded only once. They do make a lot of things easier to do, and offer a cross-browser consistent foundation for your user interface. If you use a lot of Javascript, you're almost always better off with a Framework.
Post a Comment for "Best Solution For Upload Progress Bar For Shared Server User"