Multiple file upload inside a form |
[eluser]leonardteo[/eluser]
The most "straightforward" solution that I have come across is swfupload (Flash) http://www.swfupload.org/. Flash version is not an issue (your posting is the first I've heard of that). I had no issue with getting it to work with CodeIgniter. All of my issues were from debugging Javascript and I was new to Ajax at the time of implementation. You just need to know Javascript and Ajax enough to implement it properly. I suggest coupling it with the JQuery framework to make DOM selection easier. Javascript itself can be quite painful to debug, and I think that's where most people's implementations problems stem from. On the CI front, it's very straightforward in terms of handling POST uploads as it's the same as handling a single image (it just runs the script multiple times). L. |
Messages In This Thread |
Multiple file upload inside a form - by El Forum - 05-19-2010, 09:34 AM
Multiple file upload inside a form - by El Forum - 05-20-2010, 02:18 AM
Multiple file upload inside a form - by El Forum - 05-20-2010, 06:32 AM
Multiple file upload inside a form - by El Forum - 06-04-2010, 02:34 AM
|