Asp.net Uploads + images display

  • Thread starter Thread starter Celine
  • Start date Start date
C

Celine

Hi everyone!
I am building a website in asp.net using c# where I need to be able to
upload 100 images to the server at a time. As I am new to asp.net, I
was wondering if there was an easy way to do it. These images also
need to be stored in a database(Sql server).
Thanks for your help
Celine
 
Thanks for your answer but I'm not interested in buying anything.
Isn't there another option?
Celine
 
Sure, ASP.NET intrinsically offers file upload capability. See
System.Web.HttpPostedFile. However, for upload large files or large
numbers of files, it's very inefficient and manages memory poorly.

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top