Hi,
There is this nice upload ajax script which I would like to use on my site, it's called "Fancy Upload". You can a see demo&code here:
http://digitarald.de/project/fancyupload/3-0/showcase/single-file-button/
The demo shows only one upload form instance on the page. However I want to have three upload form instances so that the users can upload three pictures and see the thumbnails for each image they upload.
The problem is, this javascript specifically sets the id's of the html fields in use. For instance, "demo-portrait" is the id of the image tag and it is also referred to within the javascript itself. So if I create another image field with an id "demo-portrait-2", the script wouldn't work for this second field.
Would anyone have any idea on how to bring together several instances of this nice tool on the same page?