First of all you need to upload the image to the server... either using something like Persits ASPUpload component ( www.aspupload.com) or a pure ASP upload script (such as http://www.asp101.com/articles/jacob/scriptupload.asp). Then once it's on the server you can either just store the filename and path in the database, which is the more preferred method, or you can store the entire image in the database (see http://www.stardeveloper.com/articles/display.html?article=2001033101 <http://www.stardeveloper.com/articles/display.html?article=2001033101&page=1> &page=1 for an idea of how to do this). Dan www.diado.com
-----Original Message----- From: blackbrit_1999 [mailto:[EMAIL PROTECTED] Sent: 03 September 2004 14:22 To: [EMAIL PROTECTED] Subject: [AspClassicAnyQuestionIsOk] How do I post an image using ASP? I have written a simple ASP set to insert, update and delete news items. how can I add images to this, so each Item has an image Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=129djmttj/M=298184.5285298.6392945.3001176/D=groups/S=1705006764:HM/EXP=1094305666/A=2319498/R=0/SIG=11thfntfp/*http://www.netflix.com/Default?mqso=60185352&partid=5285298> click here <http://us.adserver.yahoo.com/l?M=298184.5285298.6392945.3001176/D=groups/S=:HM/A=2319498/rand=498631926> _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
