jac wrote: Hiya everyone.... Can someone point me in the right direction please - how do I enable a user to upload an image from their machine to a database on a server through an ASP page?
ASP Upload by any chance? I've been looking at that & I know the Host supports it but the examples I've seen so far are only uploading to another page not to a DB - any good tuts on this? Tim: Jac, I've used ASPUpload to successfully let users post images into a SQL database. It works quite well. Basically the idea is that you upload to a temporary directory somewhere and then move the copy into the database. I've even figured out how to use a SQL stored procedure to do it (in conjunction with ASPUpload) so it runs fairly fast. If you need more details let me know...but the instructions that come with ASPUpload are pretty good. You can read them on their website before you buy the product; in fact, I think you can download a trial version that'll run for 30 days or so...long enough to test code out before you spring for the licensed version. Tim ___________________________ Tim Furry Web Developer Foulston Siefkin LLP ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
