Hi Veep
I have rebuild my pages as you described. First I gotta form, with "Title" & "Description". This form assigns the two values to variables, which are passed to the "File Select" page.
On the "File Select" page, the values of those variables are...
Veep, thanks for your input & yes you are makeing sense even thought my own ASP knowledge is still limited.
What im not sure how to do is, make the 1st form (Title & Description) submit to itself, and howto assign those values to session variables?
I assume that somehow those variables would...
Veep
That is what I am trying to do, but it seems something is going wrong.
First, the user selects a file and uploads it, then on the following page, he/she would then enter the title & description. But it does not put the data into the same record set.
Hi there
I have build a small Content Management system, which allows users to upload files via an ASP page to an Access Database.
The Upload works fine, and the files are saved to the DB, which other users can then download.
The problem comes in where I would like the user to beable to add a...
Yep, FileName, FileID, ContentType, BinaryData are
the columns in my database.
I tried that amend, and now I get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression '*...
here's the code for the whole page download.asp
<%
Dim oConn
Dim oRs
Dim sSQL
Dim cnnSearch
Dim rstSearch
Dim strSQL
set oConn = server.createobject("adodb.connection")
set oRs = server.createobject("adodb.recordset")
oConn.Open = ("DSN=seibDSN")
strSQL =...
Veep
I have tried to implement your piece of code but i get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/download.asp, line 27
Im not sure exactly what this means, as im quite...
Hi there
I am in the process of building a small "Content Management System" where users will beable to Upload files, (mainly PDF's) to an access database on my website. The users will also beable to search for files and then DOWNLOAD their selected file from the database. Ive got the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.