Click here to Skip to main content
15,895,799 members
Articles / Web Development / HTML

Rename, Resize, Upload Image (ASP.NET MVC)

Rate me:
Please Sign up or sign in to vote.
4.74/5 (17 votes)
1 Feb 2015CPOL 113.4K   4.4K   37  
How to upload, rename and resize in MVC

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UploadImage", "UploadImage\UploadImage.csproj", "{E463C251-E017-4FA4-B94D-70B0D5DCF767}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E463C251-E017-4FA4-B94D-70B0D5DCF767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E463C251-E017-4FA4-B94D-70B0D5DCF767}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E463C251-E017-4FA4-B94D-70B0D5DCF767}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E463C251-E017-4FA4-B94D-70B0D5DCF767}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer (Senior)
Lebanon Lebanon
Passionate Software Developer with over 3 years of experience in the field. In love with the girl next door and the MVC architecture.

Comments and Discussions