Congratulations to all the winners of April 2013, they have won INR 3400 cash and INR 20147 worth prizes !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 10869 |  Welcome, Guest!   Register  Login
 Home > Forums > ASP.NET 4.0 > howto upload file ...
Suneel161

howto upload file

Replies: 6 | Posted by: Suneel161 on 2/16/2010 | Category: ASP.NET 4.0 Forums | Views: 907 | Status: [Member]  


hiii

how to upload file.and store into databse...using asp 3.5 c# sql server2005...plz help me


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Abhi2434
Abhi2434  
Posted on: 2/16/2010 10:27:07 AM
Level: Silver | Status: [Member] [Microsoft_MVP] [MVP]

This is what exactly you are looking for :

http://www.codeproject.com/KB/aspnet/fileupload.aspx

:)

www.abhisheksur.com

Suneel161, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Bubbly
Bubbly  
Posted on: 2/16/2010 11:40:08 AM
Level: Bronze | Status: [Member]

Hello,

check this link

http://msdn.microsoft.com/en-us/library/aa479405.aspx

++
Thanks & Regards,
Deepika

Suneel161, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Raja
Raja  
Posted on: 2/16/2010 9:26:33 PM
Level: Starter | Status: [Member]

There are many articles on this website as well. Search the Articles and you will get it.

http://www.dotnetfunda.com/articles/article87.aspx

http://www.dotnetfunda.com/articles/article484-ajax-style-file-upload-.aspx

http://www.dotnetfunda.com/articles/article269.aspx

Thank you.



Regards,
Raja, USA

Suneel161, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Vuyiswamb
Vuyiswamb  
Posted on: 2/17/2010 2:42:18 AM
Level: NotApplicable | Status: [Member] [MVP] [Administrator]

Look at this

http://www.beansoftware.com/ASP.NET-Tutorials/Binary-Files-To-Database.aspx

http://www.codeproject.com/KB/aspnet/fileupload.aspx

Thank you for Posting at Dotnetfunda

Vuyiswa Maseko

Thank you for posting at Dotnetfunda
[Administrator]

Suneel161, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Nishithraj
Nishithraj  
Posted on: 2/17/2010 2:57:58 AM
Level: Bronze | Status: [Member]

Storing files or images in binary format to a database is not advicible always.

You can use file upload control and store it in a specific folder using Fileupload1.SaveAs(path) method. Also you can store the name of the file in database and retrieve it whenever necessary.

Mark this as answer, if it is.....

With regards
Nishithraj Narayanan

Suneel161, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Abhi2434
Abhi2434  
Posted on: 2/17/2010 4:21:19 AM
Level: Silver | Status: [Member] [Microsoft_MVP] [MVP]

Yes, Nishithraj is right.

It is easier to store files in folders rather than going for database, if you are not using this files from other applications too..

www.abhisheksur.com

Suneel161, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/19/2013 6:42:14 AM