This topic is locked
[SOLVED]

 Asp Runner 6.3 - Problems With Upload

2/25/2013 4:41:14 PM
ASPRunnerPro General questions
A
alexandrelss author

Sergey,
How and where can I replace a method known BinaryRead to upload or AspUpload Dundas Upload?
Recent versions of IIS, either version 7.5 of Windows Server 2008 R2 as 8.0 to Windows Server 2012, limit the use of this function so that no upload component can only be done for very small files. To have no problem larger files, it would be ideal to use with a programming component, as mentioned above.
Thank you

Sergey Kornilov admin 2/26/2013

Request.BinaryRead can be found in include/aspfunctions.asp file, Function ParseMultiPartForm
I don't think that replacing it with AspUpload is an easy task.
While I cannot tell anything specific about Windows 2012 Server the issue with ASP file upload limitation first appeared in Windows 2003 Server and there were always a way to increase this limit. I would try to follow suggestions for Windows 2008 Server first: http://webcheatsheet.com/asp/asp_troubleshooting.php#iis7