Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Uploading Images Using ASP.Net/VB.Net
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Uploading Images Using ASP.Net/VB.Net

 Post Reply Post Reply
Author
Misty View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 February 2002
Location: United States
Status: Offline
Points: 711
Post Options Post Options   Thanks (0) Thanks(0)   Quote Misty Quote  Post ReplyReply Direct Link To This Post Topic: Uploading Images Using ASP.Net/VB.Net
    Posted: 19 September 2005 at 2:47pm
I would like to know how you can upload images to a web site using ASP.Net. I'd like to add the file name of the image to the SQL Server DB. I'd like to learn about different options in ASP.Net using VB.Net. I've seen some tutorials on uploading images, but I am not interested in using a binary datatype. AdvertiserImage is just a varchar datatype. I'd like for it to stay that way. I also don't want to use Codebehind. Can someone please help me with the code for ASP.Net?

I'd like for the ASP.Net page to only allow .jpg or .gif files to be uploaded. I also would like to limit the size of the file to 50 KB.

I used ASP SmartUpload for an ASP Classic web application. Is it possible to use SmartUpload in ASP.Net or not?

Here's some parts of my code for the Classic ASP page:
 
I used ASP SmartUpload for an ASP Classic web application.

Here's some parts of my code for the Classic ASP page:

Here's some parts of my code for the Classic ASP page:

 

Code:

 

'  Variables

 

'  *********

 

   Dim mySmartUpload

 

   Dim file

 

 

 

 

 

 

     dim rs, connectionString, databaseName, path

 

     dim strSQL, IDNumber

 

     dim NextPage, intCount

 

     dim fic, FileName

 

     

 

              

 

       

 

'  Object creation

 

'  ***************

 

   Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload")

 

 

 

   intCount=0 'initialize the counter

 

 

 

   'component creation

 

   Set mySmartUpload= Server.CreateObject("aspSmartUpload.SmartUpload")

 

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.