Page 1 of 1

Multiple Upload Failure (solved)

Posted: 05 Mar 2013, 03:33
by jwill
Like others who have posted, I could not get Multiple Uploads to work on the front end on one of my websites. No matter which method was selected, I received a message saying it wasn't installed on my browser. I traced the problem to a plugin I installed to remove JQuery conflicts -- JQuery Easy.

Debug on the plugin indicated that it "removed 2 empty script tag(s)". When I unpublished the plugin, multiple uploads worked. This wasn't a good solution because I needed the plugin to solve some JQuery conflicts. I then discovered that if I changed "Enable jQuery" to "none", multiple uploads worked and only one extension (that I didn't need) appeared to break with this fix. The ones that originally had a JQuery conflict still worked.

I hope this helps others who have (or are having) this problem.

Jim

Re: Multiple Upload Failure (solved)

Posted: 05 Mar 2013, 19:16
by jwill
Quick update: I discovered that I needed "Enable jQuery" set to "JQuery" to make one of my extensions work. With "Enable JQuery" set back to "JQuery", changing "Strip No Conflict Code" to "No" also fixed my multiple upload problem.

Jim

Re: Multiple Upload Failure (solved)

Posted: 06 Mar 2013, 20:13
by Jan
Ok