Click here to Skip to main content
15,894,460 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to create a page with asp-classic where users can upload images.

I've searched in Google but every solution I have found uses a third-party file. But I haven't been able to get those files to work.

What I have tried:

am new to asp classic. didn't get any solution from google :(
Posted
Updated 27-Sep-17 2:50am

Why Classic ASP?

You can try out several other ways, ASP.NET Core, ASP.NET Core Razor Pages, and much more. They are really lightweight and run anywhere you want. You can get started for ASP.NET Core from here, Introduction to ASP.NET Core | Microsoft Docs[^]. Then build on top of what is given.

Then finally, just build a sample. There is a good article on CodeProject as well for photo library, you can get started from there. Search on the top-right corner, for "image library asp.net". Chances are there will be detailed explanation of uploading, searching, filtering and other common stuff.

Remember, Classic ASP is dead, avoid it. It is better if you upgrade yourself, or start right from the ASP.NET Core (or the ASP.NET) stuff.
 
Share this answer
 
v2
Comments
Mahesh Alappuzha 28-Sep-17 5:17am    
its old site using asp classic . i want to add a new feature to it , that's why i use asp classic. its my first project on web development
Afzaal Ahmad Zeeshan 28-Sep-17 7:17am    
1) Why are you, our the organization your represent, still using Classic ASP?

2) If this is your first web development, why are you starting it the hard way?

3) If you do not know web development, why you want to work on an old website, which you have no idea about?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900