Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Attachments


Message #1 by Anupama Nallari <ANallari@p...> on Wed, 24 Oct 2001 18:57:11 -0500

I am writing  a support web site. I now accept basic information like name,

email address etc. Now I need my customers to attach a file and send it to

me. 

How do you think I should proceed in this direction using Visual Interdev.



Anu







Message #2 by "Andrew Haslett" <scooter@p...> on Thu, 25 Oct 2001 10:30:19 +0930
You need to upload the files to the server first  There are a number of

components around to do this.



Search the web (or numerous previous threads)  for 'File Upload Components'



Cheers,



Andrew





-----Original Message-----

From: Anupama Nallari [mailto:ANallari@p...]

Sent: Thursday, 25 October 2001 9:27 AM

To: ASP Databases

Subject: [asp_databases] Attachments







I am writing  a support web site. I now accept basic information like name,

email address etc. Now I need my customers to attach a file and send it to

me.

How do you think I should proceed in this direction using Visual Interdev.



Anu







Message #3 by "Daniel O'Dorisio" <daniel@o...> on Wed, 24 Oct 2001 20:55:01 -0400
Look at my post in the beginning asp list.

Its under the thread CDONTS



daniel



--------------------------

Daniel O'Dorisio

daniel@o...

www.odorisio-networks.com

--------------------------



-----Original Message-----

From: Anupama Nallari [mailto:ANallari@p...] 

Sent: Wednesday, October 24, 2001 7:57 PM

To: ASP Databases

Subject: [asp_databases] Attachments







I am writing  a support web site. I now accept basic information like

name, email address etc. Now I need my customers to attach a file and

send it to me. 

How do you think I should proceed in this direction using Visual

Interdev.



Anu





Message #4 by Anupama Nallari <ANallari@p...> on Tue, 30 Oct 2001 09:58:37 -0600
 My scenario of use for attachments:

 I am writing some support pages, and whenever the user enters a new request

for support, all the collected information is put into a SQL server table as

a record using a stored procedure.



Now I want my users to send me a screenshot of the error message and want to

store that image as another field in the table of image datatype.





How do I go about working on that? What needs to be added to my existing

page and if the user needs to send that as an attachment how do I work on

that?



Any information or help would be very much appreciated!



Thanks,

Anu

Message #5 by David Cameron <dcameron@i...> on Wed, 31 Oct 2001 09:58:42 +1100
Save the file to a known location on the HD. Write the path to the file into

the database.



You can store images in SQL Server, but it is not recommended.



regards

David Cameron

nOw.b2b

dcameron@i...



-----Original Message-----

From: Anupama Nallari [mailto:ANallari@p...]

Sent: Wednesday, 31 October 2001 1:59 AM

To: ASP Databases

Subject: [asp_databases] Attachments





 My scenario of use for attachments:

 I am writing some support pages, and whenever the user enters a new request

for support, all the collected information is put into a SQL server table as

a record using a stored procedure.



Now I want my users to send me a screenshot of the error message and want to

store that image as another field in the table of image datatype.





How do I go about working on that? What needs to be added to my existing

page and if the user needs to send that as an attachment how do I work on

that?



Any information or help would be very much appreciated!



Thanks,

Anu




  Return to Index