hi
i want add to my site multy upload like here http://demo.swfupload.org/v250beta3/...demo/index.php
SIMPLE....
but i want that the user will can to use multy upload from her smartphone
and the problem it that all the multy upload (with php) work with flash....
and iphone not work with flash
what can i do??(ask from the user to upload one file after one filr it is not good because they need to upload many file)
i will happy to help
thank!
MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
There are a few multi-upload functions that work with JS, but they require HTML5 browsers to not use flash. If you're looking for cross browser support including legacy browsers, multi-file upload (in the clean, flash-like sense) is not an option. firepages recommendation of multiple file inputs is your only choice.