Hi Mike, > Cool, it worked. Thanks for the help.
My pleasure. > Now I have another question. I am saving the data to the > sql server... Don't do that. Save the file somewhere else and store the path to it in SQL Server (as text). You can randomize the name - say, by prefixing it with a GUID with the braces and dashes removed - so it cannot be picked up randomly by people scalping images. > ...the data, it says the following: for the image it > says <Binary>. Is this what it should say... Yes, if you're storing the image in the database. But you'll have many problems doing this, and waste resources getting the image in and out of the db anytime you want it displayed. Trust me, there's very rarely a good reason to store long binary content in a database. It does happen, but they're few and far between. Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> 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/
