|
Subject:
|
inserting blob data into database
|
|
Posted By:
|
taoufik
|
Post Date:
|
11/18/2004 7:09:34 AM
|
hi there
i'm trying to build a page in dreamweaver mx 2004 to upload binary files to mysql database using insert record behavior, is that possible ? or is there a better way to do that ?
regards
|
|
Reply By:
|
SiliconFuRy
|
Reply Date:
|
11/19/2004 7:09:41 AM
|
Easier thing to do i think is to upload the binary file to a folder on the site, such as public_html/bin then insert a link to the file into the database, rather than the whole file.
Many shoes,
Jamez/SiliconFuRy
|
|
Reply By:
|
taoufik
|
Reply Date:
|
11/19/2004 8:28:42 AM
|
how can i do that ? i'm new to php + mysql
|