Click here to Skip to main content
15,917,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: My Fellow coders.. A question about Images Pin
Heath Stewart6-Apr-04 5:24
protectorHeath Stewart6-Apr-04 5:24 
GeneralRe: My Fellow coders.. A question about Images Pin
OMalleyW7-Apr-04 11:32
OMalleyW7-Apr-04 11:32 
GeneralRe: My Fellow coders.. A question about Images Pin
Heath Stewart7-Apr-04 12:07
protectorHeath Stewart7-Apr-04 12:07 
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 
I need to know what is the fastest and most efficient way to upload large files (4mb to 50mb) from a c# windows form app to a win2k server. I've run into memory issues on my server with files larger than about 8m (iis caches the entire file uploaded as a byte array before writing to disk ... this causes the server to hang) and need to implement a solution to this problem.
I've fished around for a chunking solution (send the file up in, say, 500k chunks and rebuild the file on the server) but cant find any code examples on how to do this.

Any help would be greatly appreciated.

Rob
(first time poster, long time reader Wink | ;) )
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 
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 

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.