This topic is locked

upload

1/24/2005 4:00:08 PM
ASPRunnerPro General questions
G
Greg Barnes author

I am trying to upload pictures into a folder on the server and store just the path of the pictures in the database. I have the uploader.asp changed to where it uploads the pics to the folder I ask it to but I cannot see the pic in the list, edit, view, or new. Any ideas on how I can do this?
Thanks

Greg

Sergey Kornilov admin 1/25/2005

Greg,
after you are able to upload image files to the folder on your Web server you can use View as type File-based image. For this purpose you need a field in your database that stores URLs of uploaded images.

G
Greg Barnes author 1/25/2005

How would I link that field to the pictures then?

Sergey Kornilov admin 1/25/2005

Greg,
you need to put relative or absolute path to images into this field like /images/image1.jpg or https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=3192&image=1&table=forumreplies.