CodeIgniter Forums
Multiple file type files uploading - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Multiple file type files uploading (/showthread.php?tid=35828)



Multiple file type files uploading - El Forum - 11-12-2010

[eluser]shankar ganesh[/eluser]
I am having two file uploading option in a webpage,

1st for uploading images like *.jpg|*.bmp
2nd for uploading flash like *.swf

how to validate this and to upload it?


Multiple file type files uploading - El Forum - 11-12-2010

[eluser]vitoco[/eluser]
use an extra segment in the url for each upload form, and set the config for the upload according to that

Saludos