Click here to Skip to main content
15,893,644 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to upload the large file using STREMS Pin
hanumanc22-Dec-08 22:23
professionalhanumanc22-Dec-08 22:23 
GeneralRe: How to upload the large file using STREMS Pin
Christian Graus22-Dec-08 22:32
protectorChristian Graus22-Dec-08 22:32 
GeneralRe: How to upload the large file using STREMS Pin
Christian Graus22-Dec-08 22:15
protectorChristian Graus22-Dec-08 22:15 
GeneralRe: How to upload the large file using STREMS Pin
hanumanc22-Dec-08 22:07
professionalhanumanc22-Dec-08 22:07 
GeneralRe: How to upload the large file using STREMS Pin
Christian Graus22-Dec-08 22:16
protectorChristian Graus22-Dec-08 22:16 
GeneralRe: How to upload the large file using STREMS Pin
hanumanc22-Dec-08 22:19
professionalhanumanc22-Dec-08 22:19 
GeneralRe: How to upload the large file using STREMS Pin
N a v a n e e t h22-Dec-08 22:22
N a v a n e e t h22-Dec-08 22:22 
GeneralRe: How to upload the large file using STREMS Pin
Christian Graus22-Dec-08 22:22
protectorChristian Graus22-Dec-08 22:22 
Yes, I understand now how your poor grasp of english is part of the issue, and I apologise for that, because that's not your fault. But, if you ask to upload files using streams, the only logical assumption is that you want some sort of a stream on the client side. That's not how it works, the file is uploaded and the ASP.NET control provides the file as a stream. This article is about not loading the entire file into memory before storing into a DB, but reading it a bit at a time, in order to save memory on the server. It will NOT make the file upload faster, nor can it. It will simply use less memory to store the file. Again, if you know anything about ASP.NET, there is ONE HTML upload control, and that's your only option to upload a file using ASP.NET. It will always work the same, until it hits the server.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: How to upload the large file using STREMS Pin
hanumanc22-Dec-08 22:31
professionalhanumanc22-Dec-08 22:31 
GeneralRe: How to upload the large file using STREMS Pin
Christian Graus22-Dec-08 22:34
protectorChristian Graus22-Dec-08 22:34 
GeneralRe: How to upload the large file using STREMS Pin
hanumanc22-Dec-08 22:38
professionalhanumanc22-Dec-08 22:38 
GeneralRe: How to upload the large file using STREMS Pin
Christian Graus22-Dec-08 23:22
protectorChristian Graus22-Dec-08 23:22 
GeneralRe: How to upload the large file using STREMS Pin
Rajeshwar Code- Developer22-Dec-08 22:37
Rajeshwar Code- Developer22-Dec-08 22:37 
GeneralRe: How to upload the large file using STREMS Pin
hanumanc22-Dec-08 22:48
professionalhanumanc22-Dec-08 22:48 
GeneralRe: How to upload the large file using STREMS Pin
Rajeshwar Code- Developer22-Dec-08 22:53
Rajeshwar Code- Developer22-Dec-08 22:53 
QuestionDetailsView InsertVisible VS RequiredFieldValidator Pin
TheEagle22-Dec-08 20:30
TheEagle22-Dec-08 20:30 
QuestionHow can i extract a data from any of the website... Pin
Satish - Developer22-Dec-08 20:06
Satish - Developer22-Dec-08 20:06 
AnswerRe: How can i extract a data from any of the website... Pin
N a v a n e e t h22-Dec-08 20:09
N a v a n e e t h22-Dec-08 20:09 
AnswerRe: How can i extract a data from any of the website... Pin
Brij22-Dec-08 20:15
mentorBrij22-Dec-08 20:15 
GeneralRe: How can i extract a data from any of the website... Pin
Satish - Developer22-Dec-08 20:28
Satish - Developer22-Dec-08 20:28 
GeneralRe: How can i extract a data from any of the website... Pin
N a v a n e e t h22-Dec-08 20:32
N a v a n e e t h22-Dec-08 20:32 
GeneralRe: How can i extract a data from any of the website... Pin
Satish - Developer22-Dec-08 20:35
Satish - Developer22-Dec-08 20:35 
GeneralRe: How can i extract a data from any of the website... Pin
N a v a n e e t h22-Dec-08 20:37
N a v a n e e t h22-Dec-08 20:37 
AnswerRe: How can i extract a data from any of the website... Pin
Christian Graus22-Dec-08 20:43
protectorChristian Graus22-Dec-08 20:43 
Questionany ideas for file upload solution Pin
George_George22-Dec-08 19:39
George_George22-Dec-08 19:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.