Forums
This topic is locked
Upload Pict with caption
Posted 01 Mar 2003 18:29:52
1
has voted
01 Mar 2003 18:29:52 Katherine Wakefield posted:
I have successfully gotten the Pure ASP Upload to work as well as getting the upload name in the database. The picture is going to have a caption with it. Is there a way to call the text field with the File Genie Folder list behavior? Replies
Replied 03 Mar 2003 09:54:50
03 Mar 2003 09:54:50 Martha Graham replied:
The file genie is listing the properties of the files: like size, name, author etc.
Martha Graham
Martha Graham
Replied 04 Mar 2003 05:55:27
04 Mar 2003 05:55:27 Katherine Wakefield replied:
Well I tried making a recordset along with the file genie so that from the file genie I got the thumbnail and from the specific table I got the caption field. But for some reason the caption text from the table was not showing up. Is anyone else getting this problem too or is there something I am doing wrong?
Replied 04 Mar 2003 13:35:45
04 Mar 2003 13:35:45 asp asp replied:
Sounds to me like your doing something wrong, file genie is not what you want for doing this, put a title field with your upload picture field then fill in the title and upload the picture at the same time, make sure that you insert the title into the database, then to retrieve the picture and title simply Filter the DB with the ID, this way you get the picture and Title to show up all the time! hope this makes sence!!