Hi,
After selecting multiple images to upload and clicking the 'start upload' text link once for each file, the files do not upload. I've attached an image of what I'm looking at. Note, that I have to click 'start upload' for each file. After clicking this, the dialog indicates each files is '100%".
Is there something I'm missing?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imce_swfupload.progress.patch | 460 bytes | ducktape |
| bulkupload.png | 63.89 KB | jasonawant |
Comments
Comment #1
tekante commentedCan you provide information about which browser you are using where you are seeing this behavior? I have seen this before in IE6 but was never able to determine a resolution.
Comment #2
ducktape commentedI had the same problem. The IMCE module changed the name of the include files (page.inc -> imce.page.inc) since the last release of this module, so the include_once() on line 21 didn't work any more.
I included a small (oneline) patch.
Comment #3
tekante commentedA patch based on #2 has been committed to the 6.x-2.x branch
Comment #4
jasonawantThanks ducktape! That did it.
FWIW - I was using FF 3.6.13.
jwant