Hello all, I am not sure if this is the right place to put this question, but I am stuck.
I am new to programming and new to SWFUpload. Its a great tool and out of the 'box' it seems to mostly do what I want.
I am stuck though. I am using the resizedemo as my basis. I am trying to make a way for the user to upload a photo (in my upload.php I take a copy of the image and store a link in my DB), then continue to use Ajax to display the thumbnail back to the user. All this is working, here is where I get stuck though: but I also want to add a field under the thumbnail to allow them to write a blurb about the photo, the date it was taken, then submit it to the DB when they press submit, then take the image out of the thumbnail view. So I guess if they uploaded 5 images, I would like 5 x description fileds, 5 x date feilds, 5 x submit buttons.
Is this possible somehow? Of course keeping in mind that I have to somehow relate it back to the datebase field created earlier. So maybe I have to send the row ID back aswell?
Any help would be appericiated, but I am new so it needs to be simple please.
Thanks
greg