Hi,
I want to upload 3 files at the same time (consecutively) with the click of a single button. But for the purposes of my site, I need to have 3 different file upload controls, because each control is labeld differently and is provided for a different file type. Eg one for a thumbnail picture, one for a colour picture and one for a black and white picture. For this reason I can not and do not want to utilze the multiple file upload in one control.
I think all I need is a different javascript function. By the way I'm doing manual upload not automatic upload.
Thanks
James