This topic is locked

uploading images

2/22/2008 10:31:02 AM
ASPRunnerPro General questions
J
jaxjlj author

I know this shouldn't be this difficult, but all I'm trying to do is set up so as to be able to upload a .jpg image in the add/edit and see it in view.

No matter what I do it just does not want to play.

my dbconnection string is:

<%

strConnection = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ= c:\inetpub\access_db\LOT_PROGRESS.mdb;UID=;PWD="

%>

I use: ../../access_db (and variations of /'s and ...'s)as to where to upload the images. I can update all the text fields, but I cannot update the image field.
I tried changing the database field to OLEObject and now I get "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."

ANybody?

Sergey Kornilov admin 2/22/2008

As a very first step you need to decide if you like to store images directly in the database or in the folder on web server.
I recommend to check ASPRunnerPro tutorials related to files and images upload at http://xlinesoft.com/asprunnerpro/tutorial.htm
When you made a decision where to store files contact me directly at support@xlinesoft.com.

I need to know how you setup "Edit as" settings of upload field and what is the field type in the database.