I'm using swf upload to upload images for my image gallery but the problem is that i want to store the uploaded files intro my mysql database. I'm unfortunatly not an java expert, sow can somebody please help me creating hidden textfields for each uploaded file ?
Thanks mate 
Luke
ps. my script is bases on the "Simple" upload demo
February 27, 2009 - 11:50am
... what do you want to have inside the hidden fields? The name of the file? Extra POST information? Do you REALLY want to store the binary data in the database or just a link?
In the forum you will find some threads about extra POST and the name of the file and/or destination you'll get in your upload.php.
February 27, 2009 - 12:26pm
I just want to store the file name in a hidden field if possible
February 27, 2009 - 12:35pm
because you receive the file's name in your upload.php (if you are using php). $_FILES["Filedata"]["name"] is the name of your file. After successful uploading you can insert this name into the database, so you need no hidden field.
February 27, 2009 - 1:35pm
haha offcourse thx
March 1, 2009 - 4:36pm
if file name is
03 MA2 (kenny Ken and Mac remix) DJ SS World of Drum & Bass (Special mix DJMAG) + 3 Bonus track Drum'n'Bass 320kbps.mp3
then
$_FILES["Filedata"]["name"] = Bass 320kbps.mp3