Hi Peter,
For quick fix, we are trying to add this code to the module:
If objEntry.FileSize > 200000 Then
Response.Redirect "~/Download/" + objEntry.OriginalFileName
Exit Sub
End If
I realized this is a really bad for security, however, we are going to upgrade to DMX 4 in the future.
But, when I tried to add the above code by opening the solution in VS2005, it threw me 100+ errors. Do you know the quick way to execute/compile the change?
Thanks in advance.