Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 uploading file with asp.net in sql server

Author  Topic 

jhwong2610
Starting Member

8 Posts

Posted - 2004-04-22 : 04:49:33
hi sql user


i doing my project which include uploading function....
i try to search in the internet...but i only can find one....
but i dont know how to change the path....
by default the program only upload the file to my c drive
what is the path for my databse (SQL server)

hope you all can give me the link where can i use the code...
or give me an example code

FYI...i using SQL server as my database



From jhwong2610

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-04-22 : 13:04:02
Is the program using FTP to do the upload? There is a FTP task in DTS.

This link shows you how to put a file on an FTP server:

http://www.nigelrivett.net/s_ftp_PutFile.html


Tara
Go to Top of Page

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2004-04-22 : 19:54:54
Way to not answer the question Tara

He is talking about http uploading in ASP.NET, there is a good article here with some sample code http://www.ondotnet.com/pub/a/dotnet/2002/04/01/asp.html



Damian
Go to Top of Page

jhwong2610
Starting Member

8 Posts

Posted - 2004-04-22 : 20:14:48
Thank Damian

I will look at the article...
if can...i would like to have the coding...
coz i'm running out of time....i need to submit my project by next week....
thank anyway....

I need code urgently....

From jhwong2610
Go to Top of Page

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2004-04-22 : 20:24:24
There is sample code in the article, I'm not going to write it for you though. I don't do peoples homework for them


Damian
Go to Top of Page
   

- Advertisement -