multi-upload

Loop not looping fully on actioning on first iteration

I am doing a multiple upload using the Multiple_upload library in codeigniter, and form some my loop that creates thumbnails only fires on the first iteration it would seem here is my code function saveContentImages() { $this->load->model('categoryModel'); if($query = $this->categoryModel->getCategoryByContentId($this->input->po...

How can I use FancyUpload (with mootools) side by side with prototype.js?

I have a site that I am using prototype and scriptaculous on. One one page of my site, I would like to use Digitarald's FancyUploader (I have not found anything else that is as elegant, and offers multiple file selection). Is it possible to use the two on the same page? If so, how would I do it? Thank you, Josh ...

jQuery MultiFile doesn't work in webkit based browsers

I'm using the jquery MultiFile plugin to upload files. In Firefox this is working fine but once I test in a webkit based browser this fails. Has anyone got experience with this? I've googled around and the only usable information I found was a fix that didn't work for me. http://code.google.com/p/jquery-multifile-plugin/issues/detail?id...