1、建所需数据库和表,语句如下:
--建立数据库 create database test
--使用该数据库 use test
--建立存放图片的表 create table piclist( id int Identity primary key, pic Image not null )
2、制作上传图片的模块,代码如下: 前台html代码:
<%@ Page Language=\Inherits=\
无标题页
1、建所需数据库和表,语句如下:
--建立数据库 create database test
--使用该数据库 use test
--建立存放图片的表 create table piclist( id int Identity primary key, pic Image not null )
2、制作上传图片的模块,代码如下: 前台html代码:
<%@ Page Language=\Inherits=\
无标题页