From: Date: April 27 1999 4:38pm Subject: Re: [PHP3][MySQL] Upload file into database List-Archive: http://lists.mysql.com/mysql/2478 Message-Id: <00fa01be90bb$a6e28620$cb00a8c0@stuart.alba-networks.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit >Ok Thanks, but is it possible to combine this with the upload method in >order to upload directly a file from outside into the blob ? It sounds like all you need to do is execute the SQL to insert the file into the database instead of copying it to another location.