Upload files between different sites in ASP.NET C#

Asked

Viewed 32 times

0

I’m developing an access area for the customer where all website administration is done through it. All pages are created dynamically by making requests in a specific file on the client’s website. Even the file insertion forms are pointing to the client’s website and not to the access area itself, but when I try to give Request.Files on the client’s side it comes NULL. Is there any solution for this to work?

1 answer

0


It works the same way as an internal Submit. Just don’t forget to put the attribute enctype='multipart/form-data', configure the attribute method='post' in the form and ensure that the submit does not possess the attribute formmethod.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.