Quantcast
Channel: Yg's Tech! » ygtechme
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Uploading file into database using C# ASP.Net

To Upload  a file into Database. Creating “ TestDatabase ” database in SQL Server Any file consist of few properties. Name Size Type of file (Eg:- .rar, .jpg, .mov ) Data ( Data content) USE...

View Article



Image may be NSFW.
Clik here to view.

Downloading file from database using C# ASP.Net

For download file I’m using sqlserver database named test database This database table consist following properties.. Name Size Type of file (Like .rar, .jpg, .ISO) Data (Here all actual data is store...

View Article

Image may be NSFW.
Clik here to view.

Upload large files using ” httpRuntime ” in web.config ASP.Net

Problem or error in uploading large files ? Using  maxRequestLength=”size in kbytes” we can limits to upload file size into the server By default the  maxRequestLength=”4096″ i.e.,4 Mb only. Set...

View Article

Image may be NSFW.
Clik here to view.

httpRuntime – maxRequestLength vs requestLengthDiskThreshold?

The MaxRequestLength is the overall total length the request cannot exceed. The RequestLengthDiskThreshold should be less than the MaxRequestLength value and indicates at what point or ‘threashold’...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images