CodeIgniter Forums
Multiple file upload - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Multiple file upload (/showthread.php?tid=34790)



Multiple file upload - El Forum - 10-09-2010

[eluser]RS71[/eluser]
Hey,

I've been looking for a solution to upload multiple images without reloading the page and I've noticed there are some problems with using Flash. (sessions, security, etc)

Currently I have an iframe within the page that uploads individual files without reloading but I was thinking... would it be possible to use Flash to be able to select multiple files but use the iframe to do the uploading?

What do you guys think?

Cheers