Re: upload a image file and save into the table

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: upload a image file and save into the table
Дата
Msg-id GNELIHDDFBOCMGBFGEFOGEFBCEAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на upload a image file and save into the table  ("Zhidian Du" <duzhidian@hotmail.com>)
Список pgsql-php
> I want to let users  upload a image file (jpg or gif or any binary file)
> from browser and save these files into one column of a table, how can i
> implement it ?

Use the 'bytea' column type.  You must properly escape the binary data
before inserting it tho. There are functions in PHP's postgres module to do
this.

Chris


В списке pgsql-php по дате отправления:

Предыдущее
От: "Zhidian Du"
Дата:
Сообщение: upload a image file and save into the table
Следующее
От: Joe Conway
Дата:
Сообщение: Re: upload a image file and save into the table