How to convert a System.IO.File type to HttpPostedFile type programatically in ASP.NET

Viewed 7

We are trying to programmatically extract PDF file from Local System as System.IO.File type and convert to HttpPostedFile type . Please share any C# codes for this conversion.

0 Answers
Related