Microsoft
Software
Hardware
Network
Question : wcf upload size limitation
I developed a wcf service to upload file streams from client applications to IIS 7 server. I could upload upto 2 gb but if i try beyond 2 gb, i am getting exception.After spending some time, I realized that the upload size is limited by this property.
"maxrequestlength" whose max value is 2gb(2097151 KB).
Is it possible to upload the more than 2gb files from wcf service by hosting in IIS 7. If yes, could you please suggest me by giving some links/resources.
Thank You
Answer : wcf upload size limitation
I believe that is the max supported size. Is there anyway you can break the file into smaller pieces and reassemble it on the server side with .NET?
Random Solutions
VB Script: Output specific text from text file
I am trying to compile an already produced program and it gets error 9009, which I was told has to do with the path of the batch program, where do I re-path the batch program correctly?
Ping a list of addresses in ms-dos
C# Deserialize from a text file.
which is faster of the two...
HELP!!! I trying to repartition my C: sys drive on a Windows Server 2003
Visual Basic Listbox to Textbox
Win 7 file sharing
Sql Sever 2005 scripts
How do i use T-SQL to list all the users and groups who have been assigned permissions to a specific stored procedure?