> If you are uploading images into a database and storing them as a blob,
then you are making the server(s) work twice as hard as they need to ;o) unless, of course, your database server is passing the images to other applications besides web pages but if web pages is the only current purpose, then it's much easier to store the images on the web server, and just store the directory/file path in a short text field in the database > ... how would one check to make sure that the whole file was uploaded. display it? > Is there a function in SQL to show me how many bytes are in a particular > blob field? i would try LENGTH(blobfld) or CHARACTER_LENGTH(blobfld) rudy ____ � 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]
