angelran
Sep 27th 2005, 12:39 am
Hi Guys,
i've downloaded some ASP code which can upload files and it can insert file name, size to the database. also it allows you to specify the database path and upload folder path. Now i want to add a textarea in the form and can the file introduction form user, then instert it to the database when file is uploaded. but the problem is i cannot get value from the textarea and it always the blank in the database. i upload the zip file, some one can give me a hand??
cheers
p.s. i've add a data field in datas.mdb called intro, and i write
dim file_intro
file_intro=request.Form("intro")
try to get the value from the textarea(name intro)
this code is placed at the beginning of uploadScript.asp file
i've downloaded some ASP code which can upload files and it can insert file name, size to the database. also it allows you to specify the database path and upload folder path. Now i want to add a textarea in the form and can the file introduction form user, then instert it to the database when file is uploaded. but the problem is i cannot get value from the textarea and it always the blank in the database. i upload the zip file, some one can give me a hand??
cheers
p.s. i've add a data field in datas.mdb called intro, and i write
dim file_intro
file_intro=request.Form("intro")
try to get the value from the textarea(name intro)
this code is placed at the beginning of uploadScript.asp file