Hello.
There is a good artice:
http://www.onlamp.com/pub/a/php/2000/09/15/php_mysql.html
Archives at lists.mysql.com are your best friends. See, say:
http://lists.mysql.com/mysql/165229
>Can someone please post some asp or php working with BLOB Files, and
>how to
>Get files into
You are going to need some sort of Upload software.
For this example, we are going to use Persits.Upload for the upload manager.
<%
Set Upload = Server.CreateObject("Persits.Upload") 'need to
download ASPUpload to use this.
Upload.IgnoreNoPost = true
'ASPUpload Specific