If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > upload images to a path and save the path on the sql database (was "Please Help")

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-30-07, 06:56
bobgab bobgab is offline
Registered User
 
Join Date: Mar 2007
Posts: 1
Red face upload images to a path and save the path on the sql database (was "Please Help")

i am a new user of ASPvbs , I am Making a Personal Site where i collect data from users and Photos , i dont know how to upload images to a path and save the path on the sql database , can any one help me , i am sure it will be easy for you , but as a beginner it is very hard for me , please reply in details so i can understand it , Please Note i am using Dreamweaver8

Thanks

Last edited by bobgab; 03-30-07 at 07:00.
Reply With Quote
  #2 (permalink)  
Old 04-02-07, 18:14
myle myle is offline
(Making Your Life Easy)
 
Join Date: Feb 2004
Location: New Zealand
Posts: 1,143
I wouldn't put the Images in the database make i hard to display then

What i do UPload images check is it a jpg same it to the images/photo folder

add the filename to the database and update record

don't forget to write the delete images code and run that when you are deleting the records

Them the ASP code look somelike

<img src="images/photo/<%=rst("FeildNameOfPhoto")%>" ..... >
__________________
hope this help

See clear as mud


StePhan McKillen
the aim is store once, not store multiple times
Remember... Optimize 'til you die!
Progaming environment:
Access based on my own environment: DAO3.6/A97/A2000/A2003
VB based on my own environment: vb6 sp5
ASP based on my own environment: 5.6
VB-NET based on my own environment started 2007
SQL-2005 based on my own environment started 2008
MYLE
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On