Forums
This topic is locked
ASP Upload Help
Posted 08 Jan 2004 16:19:53
1
has voted
08 Jan 2004 16:19:53 Glyn Carnell posted:
I have ASP Upload and Smart Image (new)Client requires one 'product insert and update page' for his products.
Can I place one field within the form for a thumb image to 'Thum' dir and four main image fields to another dir? (all on one page)
If so how? or would I be better placing a simple link to an individual ASP Upload page for each of the images?
Thanks
Replies
Replied 14 Jan 2004 11:17:28
14 Jan 2004 11:17:28 Patrick Woldberg replied:
You are totally free in it, the way I would do is something like 1 filefield on the insert page which is a picture where the thumbnail is also created from and then make an extra asp page for uploading additional images that belong to the product. The extra images I would also put in a sepperate table, it is much more flexible that way.
In the table for the extra images you need to maak an field for the productId, this way you can make a simple recordset to get all images belonging to the product for viewing.
This is only a thought, feel free to use this way or any way you like.
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
In the table for the extra images you need to maak an field for the productId, this way you can make a simple recordset to get all images belonging to the product for viewing.
This is only a thought, feel free to use this way or any way you like.
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------