Hi ,
Im getting "Cannot call BinaryRead after using Request.Form collection" error when im trying to upload file.
my code is working fine in UAT server, same code is not working in production server.
Any Help
Printable View
Hi ,
Im getting "Cannot call BinaryRead after using Request.Form collection" error when im trying to upload file.
my code is working fine in UAT server, same code is not working in production server.
Any Help
Urgent help is required on this. Please. Thanks in advance
Error message is clear. Once you have accessed the form collection you cannot access the bnaryread collection or you will get that error message. Not much else we can offer except to google the error message and you will find the same results discovered by others.
if you are using a component then you will need to stick to it's methods provided.