Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
GeneralRotation Pin
oOomen6-Apr-04 4:32
oOomen6-Apr-04 4:32 
GeneralRe: Rotation Pin
Heath Stewart6-Apr-04 5:22
protectorHeath Stewart6-Apr-04 5:22 
GeneralRe: Rotation Pin
oOomen6-Apr-04 6:12
oOomen6-Apr-04 6:12 
GeneralRe: Rotation Pin
Heath Stewart6-Apr-04 6:16
protectorHeath Stewart6-Apr-04 6:16 
GeneralFastest way to upload large files Pin
bobbiek6-Apr-04 4:20
bobbiek6-Apr-04 4:20 
GeneralRe: Fastest way to upload large files Pin
Daniel Turini6-Apr-04 4:56
Daniel Turini6-Apr-04 4:56 
GeneralRe: Fastest way to upload large files Pin
bobbiek6-Apr-04 5:12
bobbiek6-Apr-04 5:12 
GeneralRe: Fastest way to upload large files Pin
Heath Stewart6-Apr-04 5:20
protectorHeath Stewart6-Apr-04 5:20 
See the class documentation for the HttpFileCollection class. You can use a simple HttpWebRequest to get the request stream and write one or more files using multipart-MIME to a Page (.aspx file). This is receieved as an HttpFileCollection which you can use to write each individual file to disk. This is a byte-for-byte copy.

If you're using Web Services or .NET Remoting, you can use DIME, for which more information can be found at http://msdn.microsoft.com/library/en-us/dnservice/html/service01152002.asp[^]. This is much faster than sending encoded byte[] arrays using SOAP.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Fastest way to upload large files Pin
bobbiek6-Apr-04 5:39
bobbiek6-Apr-04 5:39 
GeneralRe: Fastest way to upload large files Pin
Heath Stewart6-Apr-04 5:49
protectorHeath Stewart6-Apr-04 5:49 
GeneralRe: Fastest way to upload large files Pin
bobbiek6-Apr-04 6:16
bobbiek6-Apr-04 6:16 
GeneralRe: Fastest way to upload large files Pin
Heath Stewart6-Apr-04 6:23
protectorHeath Stewart6-Apr-04 6:23 
GeneralRe: Fastest way to upload large files Pin
bobbiek6-Apr-04 6:49
bobbiek6-Apr-04 6:49 
GeneralRe: Fastest way to upload large files Pin
Heath Stewart6-Apr-04 7:04
protectorHeath Stewart6-Apr-04 7:04 
GeneralRe: Fastest way to upload large files Pin
John Rayner6-Apr-04 13:14
John Rayner6-Apr-04 13:14 
GeneralScan and Compare Pin
Eolus6-Apr-04 4:17
Eolus6-Apr-04 4:17 
GeneralRe: Scan and Compare Pin
Heath Stewart6-Apr-04 5:15
protectorHeath Stewart6-Apr-04 5:15 
GeneralRe: Scan and Compare Pin
Eolus6-Apr-04 21:04
Eolus6-Apr-04 21:04 
GeneralRe: Scan and Compare Pin
Bill Dean7-Apr-04 2:37
Bill Dean7-Apr-04 2:37 
GeneralRe: Scan and Compare Pin
Heath Stewart7-Apr-04 3:12
protectorHeath Stewart7-Apr-04 3:12 
GeneralRe: Scan and Compare Pin
Eolus7-Apr-04 3:32
Eolus7-Apr-04 3:32 
GeneralRe: Scan and Compare Pin
Heath Stewart7-Apr-04 3:37
protectorHeath Stewart7-Apr-04 3:37 
GeneralRe: Scan and Compare Pin
Bill Dean7-Apr-04 7:01
Bill Dean7-Apr-04 7:01 
GeneralTextBox Paste Pin
Simon Wren6-Apr-04 3:00
professionalSimon Wren6-Apr-04 3:00 
GeneralRe: TextBox Paste Pin
Heath Stewart6-Apr-04 3:34
protectorHeath Stewart6-Apr-04 3:34 

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.