Is it possible to modify the markup of the upload queue? It's quite usual for my users to upload 100 or even 200 pictures at once, and the current UI is not very well suited for that. The page gets too long and the animation is too much for older machines. With 200 images, my Firefox 3.0.10 goes to 25% CPU drain, and my machine is a 3.2 Ghz AMD X2. I'd like to create a very small UI that just shows a small square for every picture which is colored green upon successful upload. Is that possible with template files already?
Comments
Comment #1
grandcat commentedYou could do some style related things via CSS.
The JS source code won't be changed because it's from swfUpload project which is responsible for performance and so on.