Gossamer Forum
Home : Products : DBMan : Customization :

Re: Multiple Image Upload

Quote Reply
Re: Multiple Image Upload In reply to
I also use the multiple file upload mod.

But the problem is that i have all 6 images at one block.
I also need different places in the html code for each image.


To change:
print qq|<img src="$SAVE_DIRECTORY_URL/$rec{$db_key}/file1.jpg" border=0></td>|;

is a good idea, but i you have different Editors of the Database, is not possible to teach them to rename the Files before uploading (File1.gif,File2.gif, ...)

Is it possible to save the original Filename in a Record Field at upload an then Include in the html Code:

print qq|<img src="$SAVE_DIRECTORY_URL/$rec{$db_key}/$rec{'image1')" border=0></td>|; and so on ?

I´m not able to implement the code for this in the sub add in db.cgi File.

can you do this ?

Best Regards
Christian

Sorry for my bavarian english ;-)


Subject Author Views Date
Thread Multiple Image Upload tgardner 2710 Nov 25, 2000, 2:47 PM
Thread Re: Multiple Image Upload
omegadm 2663 Nov 26, 2000, 10:08 AM
Post Re: Multiple Image Upload
tgardner 2646 Nov 26, 2000, 11:58 AM
Thread Re: Multiple Image Upload
Schani 2658 Nov 27, 2000, 3:23 AM
Thread Re: Multiple Image Upload
omegadm 2639 Nov 27, 2000, 3:42 AM
Thread Re: Multiple Image Upload
Schani 2645 Nov 27, 2000, 4:53 AM
Thread Re: Multiple Image Upload
omegadm 2636 Nov 27, 2000, 6:30 AM
Post Re: Multiple Image Upload
Schani 2637 Nov 27, 2000, 6:37 AM